Shades of Baker's Chocolate #552901
Tints of Baker's Chocolate #552901
RGB
CMYK
RGB Variations
Color information
#552901 (or 0x552901) is known color: Baker's Chocolate. HEX triplet: 55, 29 and 01. RGB value is (85,41,1). Sum of RGB (Red+Green+Blue) = 85+41+1=127 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.93% from 127); Green value is 41 (16.41% from 255 or 32.28% from 127); Blue value is 1 (0.78% from 255 or 0.79% from 127); Max value from RGB is 85 - color contains mainly: red. Hex color #552901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552901 is #AAD6FE. Grayscale: #313131. Windows color (decimal): -11196159 or 76117. OLE color: 76117.
HSL color Cylindrical-coordinate representation of color #552901: hue angle of 28.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 #552901 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 41 | 1 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.67 |
| HSL | 28.57º | 0.98% | 0.17% | - |
| HSV(B) | 28.57º | 0.99% | 0.33% | - |
| XYZ | 4.54 | 3.52 | 0.47 | - |
| YUV | 49.6 | 100.58 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 41 | 1 | 0 | 0.52 | 0.99 | 0.67 | 28.57 | 0.98 | 0.17 |
| Hex | 55 | 29 | 1 | 0 | 34 | 63 | 43 | 1D | 62 | 11 |
| Octal | 125 | 51 | 1 | 0 | 64 | 143 | 103 | 35 | 142 | 21 |
| Binary | 1010101 | 101001 | 1 | 0 | 110100 | 1100011 | 1000011 | 11101 | 1100010 | 10001 |
Color Harmonies of #552901
Complementary color
Monochromatic Colors of #552901
Black with #552901
Text Example
Text Example
White with #552901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552901; }
p { color: rgb(85,41,1); }
H1.HeaderClassName
{
color: #552901;
}
.AnyTagClassName
{
color: #552901;
}
</style>
background-color css
<style>
a { background-color: #552901; }
a { background-color: rgb(85,41,1); }
div.DivClassName
{
background-color: #552901;
}
.BgClassName
{
background-color: #552901;
}
</style>
border-color css
<style>
span { border-color: #552901; }
span { border-color: rgb(85,41,1); }
td.TdClassName
{
border-color: #552901;
}
.TagClassName
{
border-color: #552901;
}
</style>