Shades of Baker's Chocolate #553603
Tints of Baker's Chocolate #553603
RGB
CMYK
RGB Variations
Color information
#553603 (or 0x553603) is known color: Baker's Chocolate. HEX triplet: 55, 36 and 03. RGB value is (85,54,3). Sum of RGB (Red+Green+Blue) = 85+54+3=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 54 (21.48% from 255 or 38.03% from 142); Blue value is 3 (1.56% from 255 or 2.11% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #553603 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553603 is #AAC9FC. Grayscale: #393939. Windows color (decimal): -11192829 or 210517. OLE color: 210517.
HSL color Cylindrical-coordinate representation of color #553603: hue angle of 37.32º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #553603 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 54 | 3 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.67 |
| HSL | 37.32º | 0.93% | 0.17% | - |
| HSV(B) | 37.32º | 0.96% | 0.33% | - |
| XYZ | 5.08 | 4.58 | 0.7 | - |
| YUV | 57.46 | 97.27 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 54 | 3 | 0 | 0.36 | 0.96 | 0.67 | 37.32 | 0.93 | 0.17 |
| Hex | 55 | 36 | 3 | 0 | 24 | 60 | 43 | 25 | 5D | 11 |
| Octal | 125 | 66 | 3 | 0 | 44 | 140 | 103 | 45 | 135 | 21 |
| Binary | 1010101 | 110110 | 11 | 0 | 100100 | 1100000 | 1000011 | 100101 | 1011101 | 10001 |
Color Harmonies of #553603
Complementary color
Monochromatic Colors of #553603
Black with #553603
Text Example
Text Example
White with #553603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553603; }
p { color: rgb(85,54,3); }
H1.HeaderClassName
{
color: #553603;
}
.AnyTagClassName
{
color: #553603;
}
</style>
background-color css
<style>
a { background-color: #553603; }
a { background-color: rgb(85,54,3); }
div.DivClassName
{
background-color: #553603;
}
.BgClassName
{
background-color: #553603;
}
</style>
border-color css
<style>
span { border-color: #553603; }
span { border-color: rgb(85,54,3); }
td.TdClassName
{
border-color: #553603;
}
.TagClassName
{
border-color: #553603;
}
</style>