Shades of Baker's Chocolate #552006
Tints of Baker's Chocolate #552006
RGB
CMYK
RGB Variations
Color information
#552006 (or 0x552006) is known color: Baker's Chocolate. HEX triplet: 55, 20 and 06. RGB value is (85,32,6). Sum of RGB (Red+Green+Blue) = 85+32+6=123 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.11% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 6 (2.73% from 255 or 4.88% from 123); Max value from RGB is 85 - color contains mainly: red. Hex color #552006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552006 is #AADFF9. Grayscale: #2D2D2D. Windows color (decimal): -11198458 or 401493. OLE color: 401493.
HSL color Cylindrical-coordinate representation of color #552006: hue angle of 19.75º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #552006 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 32 | 6 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.67 |
| HSL | 19.75º | 0.87% | 0.18% | - |
| HSV(B) | 19.75º | 0.93% | 0.33% | - |
| XYZ | 4.3 | 2.98 | 0.52 | - |
| YUV | 44.88 | 106.06 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 6 | 0 | 0.62 | 0.93 | 0.67 | 19.75 | 0.87 | 0.18 |
| Hex | 55 | 20 | 6 | 0 | 3E | 5D | 43 | 14 | 57 | 12 |
| Octal | 125 | 40 | 6 | 0 | 76 | 135 | 103 | 24 | 127 | 22 |
| Binary | 1010101 | 100000 | 110 | 0 | 111110 | 1011101 | 1000011 | 10100 | 1010111 | 10010 |
Color Harmonies of #552006
Complementary color
Monochromatic Colors of #552006
Black with #552006
Text Example
Text Example
White with #552006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552006; }
p { color: rgb(85,32,6); }
H1.HeaderClassName
{
color: #552006;
}
.AnyTagClassName
{
color: #552006;
}
</style>
background-color css
<style>
a { background-color: #552006; }
a { background-color: rgb(85,32,6); }
div.DivClassName
{
background-color: #552006;
}
.BgClassName
{
background-color: #552006;
}
</style>
border-color css
<style>
span { border-color: #552006; }
span { border-color: rgb(85,32,6); }
td.TdClassName
{
border-color: #552006;
}
.TagClassName
{
border-color: #552006;
}
</style>