Shades of Baker's Chocolate #552708
Tints of Baker's Chocolate #552708
RGB
CMYK
RGB Variations
Color information
#552708 (or 0x552708) is known color: Baker's Chocolate. HEX triplet: 55, 27 and 08. RGB value is (85,39,8). Sum of RGB (Red+Green+Blue) = 85+39+8=132 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.39% from 132); Green value is 39 (15.62% from 255 or 29.55% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 85 - color contains mainly: red. Hex color #552708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552708 is #AAD8F7. Grayscale: #313131. Windows color (decimal): -11196664 or 534357. OLE color: 534357.
HSL color Cylindrical-coordinate representation of color #552708: hue angle of 24.16º 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 #552708 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 39 | 8 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.67 |
| HSL | 24.16º | 0.83% | 0.18% | - |
| HSV(B) | 24.16º | 0.91% | 0.33% | - |
| XYZ | 4.52 | 3.4 | 0.65 | - |
| YUV | 49.22 | 104.74 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 39 | 8 | 0 | 0.54 | 0.91 | 0.67 | 24.16 | 0.83 | 0.18 |
| Hex | 55 | 27 | 8 | 0 | 36 | 5B | 43 | 18 | 53 | 12 |
| Octal | 125 | 47 | 10 | 0 | 66 | 133 | 103 | 30 | 123 | 22 |
| Binary | 1010101 | 100111 | 1000 | 0 | 110110 | 1011011 | 1000011 | 11000 | 1010011 | 10010 |
Color Harmonies of #552708
Complementary color
Monochromatic Colors of #552708
Black with #552708
Text Example
Text Example
White with #552708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552708; }
p { color: rgb(85,39,8); }
H1.HeaderClassName
{
color: #552708;
}
.AnyTagClassName
{
color: #552708;
}
</style>
background-color css
<style>
a { background-color: #552708; }
a { background-color: rgb(85,39,8); }
div.DivClassName
{
background-color: #552708;
}
.BgClassName
{
background-color: #552708;
}
</style>
border-color css
<style>
span { border-color: #552708; }
span { border-color: rgb(85,39,8); }
td.TdClassName
{
border-color: #552708;
}
.TagClassName
{
border-color: #552708;
}
</style>