Shades of Baker's Chocolate #553C0A
Tints of Baker's Chocolate #553C0A
RGB
CMYK
RGB Variations
Color information
#553C0A (or 0x553C0A) is known color: Baker's Chocolate. HEX triplet: 55, 3C and 0A. RGB value is (85,60,10). Sum of RGB (Red+Green+Blue) = 85+60+10=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 10 (4.30% from 255 or 6.45% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #553C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553C0A is #AAC3F5. Grayscale: #3E3E3E. Windows color (decimal): -11191286 or 670805. OLE color: 670805.
HSL color Cylindrical-coordinate representation of color #553C0A: hue angle of 40º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #553C0A is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 60 | 10 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.67 |
| HSL | 40º | 0.79% | 0.19% | - |
| HSV(B) | 40º | 0.88% | 0.33% | - |
| XYZ | 5.42 | 5.18 | 1 | - |
| YUV | 61.78 | 98.78 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 10 | 0 | 0.29 | 0.88 | 0.67 | 40 | 0.79 | 0.19 |
| Hex | 55 | 3C | A | 0 | 1D | 58 | 43 | 28 | 4F | 13 |
| Octal | 125 | 74 | 12 | 0 | 35 | 130 | 103 | 50 | 117 | 23 |
| Binary | 1010101 | 111100 | 1010 | 0 | 11101 | 1011000 | 1000011 | 101000 | 1001111 | 10011 |
Color Harmonies of #553C0A
Complementary color
Monochromatic Colors of #553C0A
Black with #553C0A
Text Example
Text Example
White with #553C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553C0A; }
p { color: rgb(85,60,10); }
H1.HeaderClassName
{
color: #553C0A;
}
.AnyTagClassName
{
color: #553C0A;
}
</style>
background-color css
<style>
a { background-color: #553C0A; }
a { background-color: rgb(85,60,10); }
div.DivClassName
{
background-color: #553C0A;
}
.BgClassName
{
background-color: #553C0A;
}
</style>
border-color css
<style>
span { border-color: #553C0A; }
span { border-color: rgb(85,60,10); }
td.TdClassName
{
border-color: #553C0A;
}
.TagClassName
{
border-color: #553C0A;
}
</style>