Shades of Baker's Chocolate #552004
Tints of Baker's Chocolate #552004
RGB
CMYK
RGB Variations
Color information
#552004 (or 0x552004) is known color: Baker's Chocolate. HEX triplet: 55, 20 and 04. RGB value is (85,32,4). Sum of RGB (Red+Green+Blue) = 85+32+4=121 (16% of max value = 765). Red value is 85 (33.59% from 255 or 70.25% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 85 - color contains mainly: red. Hex color #552004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552004 is #AADFFB. Grayscale: #2C2C2C. Windows color (decimal): -11198460 or 270421. OLE color: 270421.
HSL color Cylindrical-coordinate representation of color #552004: hue angle of 20.74º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #552004 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 32 | 4 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.67 |
| HSL | 20.74º | 0.91% | 0.17% | - |
| HSV(B) | 20.74º | 0.95% | 0.33% | - |
| XYZ | 4.28 | 2.97 | 0.46 | - |
| YUV | 44.66 | 105.06 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 4 | 0 | 0.62 | 0.95 | 0.67 | 20.74 | 0.91 | 0.17 |
| Hex | 55 | 20 | 4 | 0 | 3E | 5F | 43 | 15 | 5B | 11 |
| Octal | 125 | 40 | 4 | 0 | 76 | 137 | 103 | 25 | 133 | 21 |
| Binary | 1010101 | 100000 | 100 | 0 | 111110 | 1011111 | 1000011 | 10101 | 1011011 | 10001 |
Color Harmonies of #552004
Complementary color
Monochromatic Colors of #552004
Black with #552004
Text Example
Text Example
White with #552004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552004; }
p { color: rgb(85,32,4); }
H1.HeaderClassName
{
color: #552004;
}
.AnyTagClassName
{
color: #552004;
}
</style>
background-color css
<style>
a { background-color: #552004; }
a { background-color: rgb(85,32,4); }
div.DivClassName
{
background-color: #552004;
}
.BgClassName
{
background-color: #552004;
}
</style>
border-color css
<style>
span { border-color: #552004; }
span { border-color: rgb(85,32,4); }
td.TdClassName
{
border-color: #552004;
}
.TagClassName
{
border-color: #552004;
}
</style>