Shades of Baker's Chocolate #552F15
Tints of Baker's Chocolate #552F15
RGB
CMYK
RGB Variations
Color information
#552F15 (or 0x552F15) is known color: Baker's Chocolate. HEX triplet: 55, 2F and 15. RGB value is (85,47,21). Sum of RGB (Red+Green+Blue) = 85+47+21=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 47 (18.75% from 255 or 30.72% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #552F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552F15 is #AAD0EA. Grayscale: #373737. Windows color (decimal): -11194603 or 1388373. OLE color: 1388373.
HSL color Cylindrical-coordinate representation of color #552F15: hue angle of 24.38º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #552F15 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 47 | 21 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.67 |
| HSL | 24.38º | 0.6% | 0.21% | - |
| HSV(B) | 24.38º | 0.75% | 0.33% | - |
| XYZ | 4.9 | 4.02 | 1.23 | - |
| YUV | 55.4 | 108.59 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 47 | 21 | 0 | 0.45 | 0.75 | 0.67 | 24.38 | 0.6 | 0.21 |
| Hex | 55 | 2F | 15 | 0 | 2D | 4B | 43 | 18 | 3C | 15 |
| Octal | 125 | 57 | 25 | 0 | 55 | 113 | 103 | 30 | 74 | 25 |
| Binary | 1010101 | 101111 | 10101 | 0 | 101101 | 1001011 | 1000011 | 11000 | 111100 | 10101 |
Color Harmonies of #552F15
Complementary color
Monochromatic Colors of #552F15
Black with #552F15
Text Example
Text Example
White with #552F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552F15; }
p { color: rgb(85,47,21); }
H1.HeaderClassName
{
color: #552F15;
}
.AnyTagClassName
{
color: #552F15;
}
</style>
background-color css
<style>
a { background-color: #552F15; }
a { background-color: rgb(85,47,21); }
div.DivClassName
{
background-color: #552F15;
}
.BgClassName
{
background-color: #552F15;
}
</style>
border-color css
<style>
span { border-color: #552F15; }
span { border-color: rgb(85,47,21); }
td.TdClassName
{
border-color: #552F15;
}
.TagClassName
{
border-color: #552F15;
}
</style>