Shades of Baker's Chocolate #553C01
Tints of Baker's Chocolate #553C01
RGB
CMYK
RGB Variations
Color information
#553C01 (or 0x553C01) is known color: Baker's Chocolate. HEX triplet: 55, 3C and 01. RGB value is (85,60,1). Sum of RGB (Red+Green+Blue) = 85+60+1=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #553C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553C01 is #AAC3FE. Grayscale: #3D3D3D. Windows color (decimal): -11191295 or 80981. OLE color: 80981.
HSL color Cylindrical-coordinate representation of color #553C01: hue angle of 42.14º 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 #553C01 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 60 | 1 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.67 |
| HSL | 42.14º | 0.98% | 0.17% | - |
| HSV(B) | 42.14º | 0.99% | 0.33% | - |
| XYZ | 5.37 | 5.17 | 0.74 | - |
| YUV | 60.75 | 94.28 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 1 | 0 | 0.29 | 0.99 | 0.67 | 42.14 | 0.98 | 0.17 |
| Hex | 55 | 3C | 1 | 0 | 1D | 63 | 43 | 2A | 62 | 11 |
| Octal | 125 | 74 | 1 | 0 | 35 | 143 | 103 | 52 | 142 | 21 |
| Binary | 1010101 | 111100 | 1 | 0 | 11101 | 1100011 | 1000011 | 101010 | 1100010 | 10001 |
Color Harmonies of #553C01
Complementary color
Monochromatic Colors of #553C01
Black with #553C01
Text Example
Text Example
White with #553C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553C01; }
p { color: rgb(85,60,1); }
H1.HeaderClassName
{
color: #553C01;
}
.AnyTagClassName
{
color: #553C01;
}
</style>
background-color css
<style>
a { background-color: #553C01; }
a { background-color: rgb(85,60,1); }
div.DivClassName
{
background-color: #553C01;
}
.BgClassName
{
background-color: #553C01;
}
</style>
border-color css
<style>
span { border-color: #553C01; }
span { border-color: rgb(85,60,1); }
td.TdClassName
{
border-color: #553C01;
}
.TagClassName
{
border-color: #553C01;
}
</style>