Shades of Baker's Chocolate #552D15
Tints of Baker's Chocolate #552D15
RGB
CMYK
RGB Variations
Color information
#552D15 (or 0x552D15) is known color: Baker's Chocolate. HEX triplet: 55, 2D and 15. RGB value is (85,45,21). Sum of RGB (Red+Green+Blue) = 85+45+21=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 45 (17.97% from 255 or 29.80% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #552D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552D15 is #AAD2EA. Grayscale: #363636. Windows color (decimal): -11195115 or 1387861. OLE color: 1387861.
HSL color Cylindrical-coordinate representation of color #552D15: hue angle of 22.5º 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 #552D15 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 45 | 21 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.67 |
| HSL | 22.5º | 0.6% | 0.21% | - |
| HSV(B) | 22.5º | 0.75% | 0.33% | - |
| XYZ | 4.82 | 3.86 | 1.2 | - |
| YUV | 54.22 | 109.25 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 21 | 0 | 0.47 | 0.75 | 0.67 | 22.5 | 0.6 | 0.21 |
| Hex | 55 | 2D | 15 | 0 | 2F | 4B | 43 | 16 | 3C | 15 |
| Octal | 125 | 55 | 25 | 0 | 57 | 113 | 103 | 26 | 74 | 25 |
| Binary | 1010101 | 101101 | 10101 | 0 | 101111 | 1001011 | 1000011 | 10110 | 111100 | 10101 |
Color Harmonies of #552D15
Complementary color
Monochromatic Colors of #552D15
Black with #552D15
Text Example
Text Example
White with #552D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552D15; }
p { color: rgb(85,45,21); }
H1.HeaderClassName
{
color: #552D15;
}
.AnyTagClassName
{
color: #552D15;
}
</style>
background-color css
<style>
a { background-color: #552D15; }
a { background-color: rgb(85,45,21); }
div.DivClassName
{
background-color: #552D15;
}
.BgClassName
{
background-color: #552D15;
}
</style>
border-color css
<style>
span { border-color: #552D15; }
span { border-color: rgb(85,45,21); }
td.TdClassName
{
border-color: #552D15;
}
.TagClassName
{
border-color: #552D15;
}
</style>