Shades of Baker's Chocolate #552201
Tints of Baker's Chocolate #552201
RGB
CMYK
RGB Variations
Color information
#552201 (or 0x552201) is known color: Baker's Chocolate. HEX triplet: 55, 22 and 01. RGB value is (85,34,1). Sum of RGB (Red+Green+Blue) = 85+34+1=120 (15% of max value = 765). Red value is 85 (33.59% from 255 or 70.83% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 85 - color contains mainly: red. Hex color #552201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552201 is #AADDFE. Grayscale: #2D2D2D. Windows color (decimal): -11197951 or 74325. OLE color: 74325.
HSL color Cylindrical-coordinate representation of color #552201: hue angle of 23.57º 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 #552201 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 34 | 1 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.67 |
| HSL | 23.57º | 0.98% | 0.17% | - |
| HSV(B) | 23.57º | 0.99% | 0.33% | - |
| XYZ | 4.32 | 3.08 | 0.39 | - |
| YUV | 45.49 | 102.9 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 34 | 1 | 0 | 0.60 | 0.99 | 0.67 | 23.57 | 0.98 | 0.17 |
| Hex | 55 | 22 | 1 | 0 | 3C | 63 | 43 | 18 | 62 | 11 |
| Octal | 125 | 42 | 1 | 0 | 74 | 143 | 103 | 30 | 142 | 21 |
| Binary | 1010101 | 100010 | 1 | 0 | 111100 | 1100011 | 1000011 | 11000 | 1100010 | 10001 |
Color Harmonies of #552201
Complementary color
Monochromatic Colors of #552201
Black with #552201
Text Example
Text Example
White with #552201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552201; }
p { color: rgb(85,34,1); }
H1.HeaderClassName
{
color: #552201;
}
.AnyTagClassName
{
color: #552201;
}
</style>
background-color css
<style>
a { background-color: #552201; }
a { background-color: rgb(85,34,1); }
div.DivClassName
{
background-color: #552201;
}
.BgClassName
{
background-color: #552201;
}
</style>
border-color css
<style>
span { border-color: #552201; }
span { border-color: rgb(85,34,1); }
td.TdClassName
{
border-color: #552201;
}
.TagClassName
{
border-color: #552201;
}
</style>