Shades of Very Dark Brown #553E32
Tints of Very Dark Brown #553E32
RGB
CMYK
RGB Variations
Color information
#553E32 (or 0x553E32) is known color: Very Dark Brown. HEX triplet: 55, 3E and 32. RGB value is (85,62,50). Sum of RGB (Red+Green+Blue) = 85+62+50=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 62 (24.61% from 255 or 31.47% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #553E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553E32 is #AAC1CD. Grayscale: #434343. Windows color (decimal): -11190734 or 3292757. OLE color: 3292757.
HSL color Cylindrical-coordinate representation of color #553E32: hue angle of 20.57º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #553E32 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 62 | 50 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.67 |
| HSL | 20.57º | 0.26% | 0.26% | - |
| HSV(B) | 20.57º | 0.41% | 0.33% | - |
| XYZ | 6.04 | 5.61 | 3.78 | - |
| YUV | 67.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 62 | 50 | 0 | 0.27 | 0.41 | 0.67 | 20.57 | 0.26 | 0.26 |
| Hex | 55 | 3E | 32 | 0 | 1B | 29 | 43 | 15 | 1A | 1A |
| Octal | 125 | 76 | 62 | 0 | 33 | 51 | 103 | 25 | 32 | 32 |
| Binary | 1010101 | 111110 | 110010 | 0 | 11011 | 101001 | 1000011 | 10101 | 11010 | 11010 |
Color Harmonies of #553E32
Complementary color
Monochromatic Colors of #553E32
Black with #553E32
Text Example
Text Example
White with #553E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553E32; }
p { color: rgb(85,62,50); }
H1.HeaderClassName
{
color: #553E32;
}
.AnyTagClassName
{
color: #553E32;
}
</style>
background-color css
<style>
a { background-color: #553E32; }
a { background-color: rgb(85,62,50); }
div.DivClassName
{
background-color: #553E32;
}
.BgClassName
{
background-color: #553E32;
}
</style>
border-color css
<style>
span { border-color: #553E32; }
span { border-color: rgb(85,62,50); }
td.TdClassName
{
border-color: #553E32;
}
.TagClassName
{
border-color: #553E32;
}
</style>