Shades of Baker's Chocolate #552005
Tints of Baker's Chocolate #552005
RGB
CMYK
RGB Variations
Color information
#552005 (or 0x552005) is known color: Baker's Chocolate. HEX triplet: 55, 20 and 05. RGB value is (85,32,5). Sum of RGB (Red+Green+Blue) = 85+32+5=122 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.67% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 85 - color contains mainly: red. Hex color #552005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552005 is #AADFFA. Grayscale: #2C2C2C. Windows color (decimal): -11198459 or 335957. OLE color: 335957.
HSL color Cylindrical-coordinate representation of color #552005: hue angle of 20.25º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #552005 is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 32 | 5 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.67 |
| HSL | 20.25º | 0.89% | 0.18% | - |
| HSV(B) | 20.25º | 0.94% | 0.33% | - |
| XYZ | 4.29 | 2.98 | 0.49 | - |
| YUV | 44.77 | 105.56 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 5 | 0 | 0.62 | 0.94 | 0.67 | 20.25 | 0.89 | 0.18 |
| Hex | 55 | 20 | 5 | 0 | 3E | 5E | 43 | 14 | 59 | 12 |
| Octal | 125 | 40 | 5 | 0 | 76 | 136 | 103 | 24 | 131 | 22 |
| Binary | 1010101 | 100000 | 101 | 0 | 111110 | 1011110 | 1000011 | 10100 | 1011001 | 10010 |
Color Harmonies of #552005
Complementary color
Monochromatic Colors of #552005
Black with #552005
Text Example
Text Example
White with #552005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552005; }
p { color: rgb(85,32,5); }
H1.HeaderClassName
{
color: #552005;
}
.AnyTagClassName
{
color: #552005;
}
</style>
background-color css
<style>
a { background-color: #552005; }
a { background-color: rgb(85,32,5); }
div.DivClassName
{
background-color: #552005;
}
.BgClassName
{
background-color: #552005;
}
</style>
border-color css
<style>
span { border-color: #552005; }
span { border-color: rgb(85,32,5); }
td.TdClassName
{
border-color: #552005;
}
.TagClassName
{
border-color: #552005;
}
</style>