crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#554a44 hex color - Brown - Warm color - Information

#554a44 hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #554a44 Color code in RGB color code model is created after adding 33.33% red color, 29.02% green color and 26.67% blue color. Hex #554a44 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 13% magenta, 20% yellow and 67% black.

Hex #554a44 color code is between #444433 web safe hex color code and #665555 web safe hex color code. #444433 is the nearest web safe color code. You can see here many more shades of #554a44 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code554a44#554a44
RGB Decimal85, 74, 68rgb(85, 74, 68)
RGB Percent33%, 29%, 27%rgb(33%, 29%, 27%)
CSS RGBa85, 74, 68,1rgba(85,74,68,1)
CMYK Modelcmyk(0%,13%,20%,67%)
HSL Color Space21,11% ,30%hsl(21,11% ,30%)
HSV Color Space21°, 20%, 33%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary010101010100101001000100
Octal125112104
Decimal857468
Hex554a44

Different shades of #554a44 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #554a44
#71635b
Dark Shade of #554a44
#39312d
Saturated Shade of #554a44
#5d483c
Desaturated Shade of #554a44
#4d4c4c
Grey scale Shade of #554a44
#4d4d4d
Brighten Shade
#6e635d
Most Readable Shade
#FFFFFF

Shades of #554a44 color code

Generate more color scales with scales (color stack) generator.

#554a44
#4b413c
#423934
#38312d
#2f2925
#25201e
#1c1816
#12100f
#090807
#000000

Similar Color like #554a44 color

Find visually similar hex color codes nearing to #554a44 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#564b45
#574c46
#584d47
#594e48
#5a4f49
#5b504a
#5c514b
#5d524c
#5e534d
#5f544e
#60554f
#615650
#625751
#635852
#544943
#534842
#524741
#514640
#50453f
#4f443e
#4e433d
#4d423c
#4c413b
#4b403a
#4a3f39
#493e38
#483d37
#473c36

Monochromatic Color with #554a44

#554a44
#806f66
#aa9488
#d4b9aa
#ffdecc
#2a2522

Tints of #554a44 Color

#554a44
#675e58
#7a726d
#8d8682
#a09a97
#b3aeab
#c6c2c0
#d9d6d5
#eceaea
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#554a44
#444f55

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#554a44
#445553
#444655

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#554445
#554744
#554a44
#554d44
#555144

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#554a44
#44554a
#4a4455

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#554a44
#475544
#444f55
#524455

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#554a44
#444f55
#444655
#555344

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #554a44 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#554a44 Color Code Preview on Black Background Color

This is how #554a44 Color will look on black background color. Color contrast ratio is 2.45

#554a44 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#554a44">Your Example Paragraph content text in with font color #554a44 </p>

Your Example Paragraph content text in with font color #554a44

HTML with inline CSS

<div style="color:#554a44">Your Paragraph text in with font color #554a44 </div>

Your Example Paragraph content text in with font color #554a44

#554a44 color code is use for CSS Background Color

Background color for the above div is #554a44

HTML with inline CSS

<div style="background-color:#554a44;"></div>

#554a44 color code is use for CSS Border Color

CSS Border color for the above div is #554a44

HTML with inline CSS

<div style="border:5px solid #554a44;"></div>

CSS Border Left color for the above div is #554a44

HTML with inline CSS

<div style="border-left:5px solid #554a44;"></div>

CSS Border Right color for the above div is #554a44

HTML with inline CSS

<div style="border-right:5px solid #554a44;"></div>

CSS Border Bottom color for the above div is #554a44

HTML with inline CSS

<div style="border-bottom:5px solid #554a44;"></div>

CSS Border Top color for the above div is #554a44

HTML with inline CSS

<div style="border-top:5px solid #554a44;"></div>

#554a44 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#554a44; } .examplecolorclass {color:#554a44; } .examplebordercolor {border:3px solid #554a44; }

#554a44 Color code Preview on White Background

This is how #554a44 Color code will look on white background color. Color contrast ratio is 8.57

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #554a44; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #554a44; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.