Shades of Baker's Chocolate #552208
Tints of Baker's Chocolate #552208
RGB
CMYK
RGB Variations
Color information
#552208 (or 0x552208) is known color: Baker's Chocolate. HEX triplet: 55, 22 and 08. RGB value is (85,34,8). Sum of RGB (Red+Green+Blue) = 85+34+8=127 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.93% from 127); Green value is 34 (13.67% from 255 or 26.77% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 85 - color contains mainly: red. Hex color #552208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552208 is #AADDF7. Grayscale: #2E2E2E. Windows color (decimal): -11197944 or 533077. OLE color: 533077.
HSL color Cylindrical-coordinate representation of color #552208: hue angle of 20.26º 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 #552208 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 34 | 8 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.67 |
| HSL | 20.26º | 0.83% | 0.18% | - |
| HSV(B) | 20.26º | 0.91% | 0.33% | - |
| XYZ | 4.36 | 3.09 | 0.6 | - |
| YUV | 46.29 | 106.4 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 34 | 8 | 0 | 0.60 | 0.91 | 0.67 | 20.26 | 0.83 | 0.18 |
| Hex | 55 | 22 | 8 | 0 | 3C | 5B | 43 | 14 | 53 | 12 |
| Octal | 125 | 42 | 10 | 0 | 74 | 133 | 103 | 24 | 123 | 22 |
| Binary | 1010101 | 100010 | 1000 | 0 | 111100 | 1011011 | 1000011 | 10100 | 1010011 | 10010 |
Color Harmonies of #552208
Complementary color
Monochromatic Colors of #552208
Black with #552208
Text Example
Text Example
White with #552208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552208; }
p { color: rgb(85,34,8); }
H1.HeaderClassName
{
color: #552208;
}
.AnyTagClassName
{
color: #552208;
}
</style>
background-color css
<style>
a { background-color: #552208; }
a { background-color: rgb(85,34,8); }
div.DivClassName
{
background-color: #552208;
}
.BgClassName
{
background-color: #552208;
}
</style>
border-color css
<style>
span { border-color: #552208; }
span { border-color: rgb(85,34,8); }
td.TdClassName
{
border-color: #552208;
}
.TagClassName
{
border-color: #552208;
}
</style>