Shades of Baker's Chocolate #553301
Tints of Baker's Chocolate #553301
RGB
CMYK
RGB Variations
Color information
#553301 (or 0x553301) is known color: Baker's Chocolate. HEX triplet: 55, 33 and 01. RGB value is (85,51,1). Sum of RGB (Red+Green+Blue) = 85+51+1=137 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.04% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 85 - color contains mainly: red. Hex color #553301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553301 is #AACCFE. Grayscale: #373737. Windows color (decimal): -11193599 or 78677. OLE color: 78677.
HSL color Cylindrical-coordinate representation of color #553301: hue angle of 35.71º 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 #553301 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 51 | 1 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.67 |
| HSL | 35.71º | 0.98% | 0.17% | - |
| HSV(B) | 35.71º | 0.99% | 0.33% | - |
| XYZ | 4.94 | 4.3 | 0.6 | - |
| YUV | 55.47 | 97.26 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 51 | 1 | 0 | 0.40 | 0.99 | 0.67 | 35.71 | 0.98 | 0.17 |
| Hex | 55 | 33 | 1 | 0 | 28 | 63 | 43 | 24 | 62 | 11 |
| Octal | 125 | 63 | 1 | 0 | 50 | 143 | 103 | 44 | 142 | 21 |
| Binary | 1010101 | 110011 | 1 | 0 | 101000 | 1100011 | 1000011 | 100100 | 1100010 | 10001 |
Color Harmonies of #553301
Complementary color
Monochromatic Colors of #553301
Black with #553301
Text Example
Text Example
White with #553301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553301; }
p { color: rgb(85,51,1); }
H1.HeaderClassName
{
color: #553301;
}
.AnyTagClassName
{
color: #553301;
}
</style>
background-color css
<style>
a { background-color: #553301; }
a { background-color: rgb(85,51,1); }
div.DivClassName
{
background-color: #553301;
}
.BgClassName
{
background-color: #553301;
}
</style>
border-color css
<style>
span { border-color: #553301; }
span { border-color: rgb(85,51,1); }
td.TdClassName
{
border-color: #553301;
}
.TagClassName
{
border-color: #553301;
}
</style>