Shades of Baker's Chocolate #553C0E
Tints of Baker's Chocolate #553C0E
RGB
CMYK
RGB Variations
Color information
#553C0E (or 0x553C0E) is known color: Baker's Chocolate. HEX triplet: 55, 3C and 0E. RGB value is (85,60,14). Sum of RGB (Red+Green+Blue) = 85+60+14=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 60 (23.83% from 255 or 37.74% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #553C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553C0E is #AAC3F1. Grayscale: #3E3E3E. Windows color (decimal): -11191282 or 932949. OLE color: 932949.
HSL color Cylindrical-coordinate representation of color #553C0E: hue angle of 38.87º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #553C0E is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 60 | 14 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.67 |
| HSL | 38.87º | 0.72% | 0.19% | - |
| HSV(B) | 38.87º | 0.84% | 0.33% | - |
| XYZ | 5.44 | 5.19 | 1.13 | - |
| YUV | 62.23 | 100.78 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 14 | 0 | 0.29 | 0.84 | 0.67 | 38.87 | 0.72 | 0.19 |
| Hex | 55 | 3C | E | 0 | 1D | 54 | 43 | 27 | 48 | 13 |
| Octal | 125 | 74 | 16 | 0 | 35 | 124 | 103 | 47 | 110 | 23 |
| Binary | 1010101 | 111100 | 1110 | 0 | 11101 | 1010100 | 1000011 | 100111 | 1001000 | 10011 |
Color Harmonies of #553C0E
Complementary color
Monochromatic Colors of #553C0E
Black with #553C0E
Text Example
Text Example
White with #553C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553C0E; }
p { color: rgb(85,60,14); }
H1.HeaderClassName
{
color: #553C0E;
}
.AnyTagClassName
{
color: #553C0E;
}
</style>
background-color css
<style>
a { background-color: #553C0E; }
a { background-color: rgb(85,60,14); }
div.DivClassName
{
background-color: #553C0E;
}
.BgClassName
{
background-color: #553C0E;
}
</style>
border-color css
<style>
span { border-color: #553C0E; }
span { border-color: rgb(85,60,14); }
td.TdClassName
{
border-color: #553C0E;
}
.TagClassName
{
border-color: #553C0E;
}
</style>