Shades of Baker's Chocolate #553901
Tints of Baker's Chocolate #553901
RGB
CMYK
RGB Variations
Color information
#553901 (or 0x553901) is known color: Baker's Chocolate. HEX triplet: 55, 39 and 01. RGB value is (85,57,1). Sum of RGB (Red+Green+Blue) = 85+57+1=143 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.44% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 85 - color contains mainly: red. Hex color #553901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553901 is #AAC6FE. Grayscale: #3B3B3B. Windows color (decimal): -11192063 or 80213. OLE color: 80213.
HSL color Cylindrical-coordinate representation of color #553901: hue angle of 40º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #553901 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 57 | 1 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.67 |
| HSL | 40º | 0.98% | 0.17% | - |
| HSV(B) | 40º | 0.99% | 0.33% | - |
| XYZ | 5.21 | 4.86 | 0.69 | - |
| YUV | 58.99 | 95.28 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 57 | 1 | 0 | 0.33 | 0.99 | 0.67 | 40 | 0.98 | 0.17 |
| Hex | 55 | 39 | 1 | 0 | 21 | 63 | 43 | 28 | 62 | 11 |
| Octal | 125 | 71 | 1 | 0 | 41 | 143 | 103 | 50 | 142 | 21 |
| Binary | 1010101 | 111001 | 1 | 0 | 100001 | 1100011 | 1000011 | 101000 | 1100010 | 10001 |
Color Harmonies of #553901
Complementary color
Monochromatic Colors of #553901
Black with #553901
Text Example
Text Example
White with #553901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553901; }
p { color: rgb(85,57,1); }
H1.HeaderClassName
{
color: #553901;
}
.AnyTagClassName
{
color: #553901;
}
</style>
background-color css
<style>
a { background-color: #553901; }
a { background-color: rgb(85,57,1); }
div.DivClassName
{
background-color: #553901;
}
.BgClassName
{
background-color: #553901;
}
</style>
border-color css
<style>
span { border-color: #553901; }
span { border-color: rgb(85,57,1); }
td.TdClassName
{
border-color: #553901;
}
.TagClassName
{
border-color: #553901;
}
</style>