Shades of Baker's Chocolate #553201
Tints of Baker's Chocolate #553201
RGB
CMYK
RGB Variations
Color information
#553201 (or 0x553201) is known color: Baker's Chocolate. HEX triplet: 55, 32 and 01. RGB value is (85,50,1). Sum of RGB (Red+Green+Blue) = 85+50+1=136 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.5% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 85 - color contains mainly: red. Hex color #553201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553201 is #AACDFE. Grayscale: #373737. Windows color (decimal): -11193855 or 78421. OLE color: 78421.
HSL color Cylindrical-coordinate representation of color #553201: hue angle of 35º 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 #553201 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 50 | 1 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.67 |
| HSL | 35º | 0.98% | 0.17% | - |
| HSV(B) | 35º | 0.99% | 0.33% | - |
| XYZ | 4.89 | 4.21 | 0.58 | - |
| YUV | 54.88 | 97.6 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 50 | 1 | 0 | 0.41 | 0.99 | 0.67 | 35 | 0.98 | 0.17 |
| Hex | 55 | 32 | 1 | 0 | 29 | 63 | 43 | 23 | 62 | 11 |
| Octal | 125 | 62 | 1 | 0 | 51 | 143 | 103 | 43 | 142 | 21 |
| Binary | 1010101 | 110010 | 1 | 0 | 101001 | 1100011 | 1000011 | 100011 | 1100010 | 10001 |
Color Harmonies of #553201
Complementary color
Monochromatic Colors of #553201
Black with #553201
Text Example
Text Example
White with #553201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553201; }
p { color: rgb(85,50,1); }
H1.HeaderClassName
{
color: #553201;
}
.AnyTagClassName
{
color: #553201;
}
</style>
background-color css
<style>
a { background-color: #553201; }
a { background-color: rgb(85,50,1); }
div.DivClassName
{
background-color: #553201;
}
.BgClassName
{
background-color: #553201;
}
</style>
border-color css
<style>
span { border-color: #553201; }
span { border-color: rgb(85,50,1); }
td.TdClassName
{
border-color: #553201;
}
.TagClassName
{
border-color: #553201;
}
</style>