Shades of Baker's Chocolate #552E16
Tints of Baker's Chocolate #552E16
RGB
CMYK
RGB Variations
Color information
#552E16 (or 0x552E16) is known color: Baker's Chocolate. HEX triplet: 55, 2E and 16. RGB value is (85,46,22). Sum of RGB (Red+Green+Blue) = 85+46+22=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 46 (18.36% from 255 or 30.07% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #552E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552E16 is #AAD1E9. Grayscale: #373737. Windows color (decimal): -11194858 or 1453653. OLE color: 1453653.
HSL color Cylindrical-coordinate representation of color #552E16: hue angle of 22.86º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #552E16 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 46 | 22 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.67 |
| HSL | 22.86º | 0.59% | 0.21% | - |
| HSV(B) | 22.86º | 0.74% | 0.33% | - |
| XYZ | 4.87 | 3.94 | 1.26 | - |
| YUV | 54.93 | 109.42 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 22 | 0 | 0.46 | 0.74 | 0.67 | 22.86 | 0.59 | 0.21 |
| Hex | 55 | 2E | 16 | 0 | 2E | 4A | 43 | 17 | 3B | 15 |
| Octal | 125 | 56 | 26 | 0 | 56 | 112 | 103 | 27 | 73 | 25 |
| Binary | 1010101 | 101110 | 10110 | 0 | 101110 | 1001010 | 1000011 | 10111 | 111011 | 10101 |
Color Harmonies of #552E16
Complementary color
Monochromatic Colors of #552E16
Black with #552E16
Text Example
Text Example
White with #552E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552E16; }
p { color: rgb(85,46,22); }
H1.HeaderClassName
{
color: #552E16;
}
.AnyTagClassName
{
color: #552E16;
}
</style>
background-color css
<style>
a { background-color: #552E16; }
a { background-color: rgb(85,46,22); }
div.DivClassName
{
background-color: #552E16;
}
.BgClassName
{
background-color: #552E16;
}
</style>
border-color css
<style>
span { border-color: #552E16; }
span { border-color: rgb(85,46,22); }
td.TdClassName
{
border-color: #552E16;
}
.TagClassName
{
border-color: #552E16;
}
</style>