Shades of Baker's Chocolate #552108
Tints of Baker's Chocolate #552108
RGB
CMYK
RGB Variations
Color information
#552108 (or 0x552108) is known color: Baker's Chocolate. HEX triplet: 55, 21 and 08. RGB value is (85,33,8). Sum of RGB (Red+Green+Blue) = 85+33+8=126 (16% of max value = 765). Red value is 85 (33.59% from 255 or 67.46% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 85 - color contains mainly: red. Hex color #552108 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552108 is #AADEF7. Grayscale: #2D2D2D. Windows color (decimal): -11198200 or 532821. OLE color: 532821.
HSL color Cylindrical-coordinate representation of color #552108: hue angle of 19.48º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #552108 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 33 | 8 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.67 |
| HSL | 19.48º | 0.83% | 0.18% | - |
| HSV(B) | 19.48º | 0.91% | 0.33% | - |
| XYZ | 4.33 | 3.04 | 0.59 | - |
| YUV | 45.7 | 106.73 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 33 | 8 | 0 | 0.61 | 0.91 | 0.67 | 19.48 | 0.83 | 0.18 |
| Hex | 55 | 21 | 8 | 0 | 3D | 5B | 43 | 13 | 53 | 12 |
| Octal | 125 | 41 | 10 | 0 | 75 | 133 | 103 | 23 | 123 | 22 |
| Binary | 1010101 | 100001 | 1000 | 0 | 111101 | 1011011 | 1000011 | 10011 | 1010011 | 10010 |
Color Harmonies of #552108
Complementary color
Monochromatic Colors of #552108
Black with #552108
Text Example
Text Example
White with #552108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552108; }
p { color: rgb(85,33,8); }
H1.HeaderClassName
{
color: #552108;
}
.AnyTagClassName
{
color: #552108;
}
</style>
background-color css
<style>
a { background-color: #552108; }
a { background-color: rgb(85,33,8); }
div.DivClassName
{
background-color: #552108;
}
.BgClassName
{
background-color: #552108;
}
</style>
border-color css
<style>
span { border-color: #552108; }
span { border-color: rgb(85,33,8); }
td.TdClassName
{
border-color: #552108;
}
.TagClassName
{
border-color: #552108;
}
</style>