Shades of Baker's Chocolate #552F14
Tints of Baker's Chocolate #552F14
RGB
CMYK
RGB Variations
Color information
#552F14 (or 0x552F14) is known color: Baker's Chocolate. HEX triplet: 55, 2F and 14. RGB value is (85,47,20). Sum of RGB (Red+Green+Blue) = 85+47+20=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #552F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552F14 is #AAD0EB. Grayscale: #373737. Windows color (decimal): -11194604 or 1322837. OLE color: 1322837.
HSL color Cylindrical-coordinate representation of color #552F14: hue angle of 24.92º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #552F14 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 47 | 20 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.67 |
| HSL | 24.92º | 0.62% | 0.21% | - |
| HSV(B) | 24.92º | 0.76% | 0.33% | - |
| XYZ | 4.89 | 4.01 | 1.18 | - |
| YUV | 55.28 | 108.09 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 47 | 20 | 0 | 0.45 | 0.76 | 0.67 | 24.92 | 0.62 | 0.21 |
| Hex | 55 | 2F | 14 | 0 | 2D | 4C | 43 | 19 | 3E | 15 |
| Octal | 125 | 57 | 24 | 0 | 55 | 114 | 103 | 31 | 76 | 25 |
| Binary | 1010101 | 101111 | 10100 | 0 | 101101 | 1001100 | 1000011 | 11001 | 111110 | 10101 |
Color Harmonies of #552F14
Complementary color
Monochromatic Colors of #552F14
Black with #552F14
Text Example
Text Example
White with #552F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552F14; }
p { color: rgb(85,47,20); }
H1.HeaderClassName
{
color: #552F14;
}
.AnyTagClassName
{
color: #552F14;
}
</style>
background-color css
<style>
a { background-color: #552F14; }
a { background-color: rgb(85,47,20); }
div.DivClassName
{
background-color: #552F14;
}
.BgClassName
{
background-color: #552F14;
}
</style>
border-color css
<style>
span { border-color: #552F14; }
span { border-color: rgb(85,47,20); }
td.TdClassName
{
border-color: #552F14;
}
.TagClassName
{
border-color: #552F14;
}
</style>