Shades of Baker's Chocolate #552308
Tints of Baker's Chocolate #552308
RGB
CMYK
RGB Variations
Color information
#552308 (or 0x552308) is known color: Baker's Chocolate. HEX triplet: 55, 23 and 08. RGB value is (85,35,8). Sum of RGB (Red+Green+Blue) = 85+35+8=128 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.41% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 85 - color contains mainly: red. Hex color #552308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552308 is #AADCF7. Grayscale: #2F2F2F. Windows color (decimal): -11197688 or 533333. OLE color: 533333.
HSL color Cylindrical-coordinate representation of color #552308: hue angle of 21.04º 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 #552308 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 35 | 8 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.67 |
| HSL | 21.04º | 0.83% | 0.18% | - |
| HSV(B) | 21.04º | 0.91% | 0.33% | - |
| XYZ | 4.39 | 3.15 | 0.61 | - |
| YUV | 46.87 | 106.07 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 35 | 8 | 0 | 0.59 | 0.91 | 0.67 | 21.04 | 0.83 | 0.18 |
| Hex | 55 | 23 | 8 | 0 | 3B | 5B | 43 | 15 | 53 | 12 |
| Octal | 125 | 43 | 10 | 0 | 73 | 133 | 103 | 25 | 123 | 22 |
| Binary | 1010101 | 100011 | 1000 | 0 | 111011 | 1011011 | 1000011 | 10101 | 1010011 | 10010 |
Color Harmonies of #552308
Complementary color
Monochromatic Colors of #552308
Black with #552308
Text Example
Text Example
White with #552308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552308; }
p { color: rgb(85,35,8); }
H1.HeaderClassName
{
color: #552308;
}
.AnyTagClassName
{
color: #552308;
}
</style>
background-color css
<style>
a { background-color: #552308; }
a { background-color: rgb(85,35,8); }
div.DivClassName
{
background-color: #552308;
}
.BgClassName
{
background-color: #552308;
}
</style>
border-color css
<style>
span { border-color: #552308; }
span { border-color: rgb(85,35,8); }
td.TdClassName
{
border-color: #552308;
}
.TagClassName
{
border-color: #552308;
}
</style>