Shades of Baker's Chocolate #553003
Tints of Baker's Chocolate #553003
RGB
CMYK
RGB Variations
Color information
#553003 (or 0x553003) is known color: Baker's Chocolate. HEX triplet: 55, 30 and 03. RGB value is (85,48,3). Sum of RGB (Red+Green+Blue) = 85+48+3=136 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.5% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 3 (1.56% from 255 or 2.21% from 136); Max value from RGB is 85 - color contains mainly: red. Hex color #553003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553003 is #AACFFC. Grayscale: #363636. Windows color (decimal): -11194365 or 208981. OLE color: 208981.
HSL color Cylindrical-coordinate representation of color #553003: hue angle of 32.93º 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 #553003 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 48 | 3 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.67 |
| HSL | 32.93º | 0.93% | 0.17% | - |
| HSV(B) | 32.93º | 0.96% | 0.33% | - |
| XYZ | 4.82 | 4.05 | 0.61 | - |
| YUV | 53.93 | 99.26 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 48 | 3 | 0 | 0.44 | 0.96 | 0.67 | 32.93 | 0.93 | 0.17 |
| Hex | 55 | 30 | 3 | 0 | 2C | 60 | 43 | 21 | 5D | 11 |
| Octal | 125 | 60 | 3 | 0 | 54 | 140 | 103 | 41 | 135 | 21 |
| Binary | 1010101 | 110000 | 11 | 0 | 101100 | 1100000 | 1000011 | 100001 | 1011101 | 10001 |
Color Harmonies of #553003
Complementary color
Monochromatic Colors of #553003
Black with #553003
Text Example
Text Example
White with #553003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553003; }
p { color: rgb(85,48,3); }
H1.HeaderClassName
{
color: #553003;
}
.AnyTagClassName
{
color: #553003;
}
</style>
background-color css
<style>
a { background-color: #553003; }
a { background-color: rgb(85,48,3); }
div.DivClassName
{
background-color: #553003;
}
.BgClassName
{
background-color: #553003;
}
</style>
border-color css
<style>
span { border-color: #553003; }
span { border-color: rgb(85,48,3); }
td.TdClassName
{
border-color: #553003;
}
.TagClassName
{
border-color: #553003;
}
</style>