Shades of Baker's Chocolate #552A0D
Tints of Baker's Chocolate #552A0D
RGB
CMYK
RGB Variations
Color information
#552A0D (or 0x552A0D) is known color: Baker's Chocolate. HEX triplet: 55, 2A and 0D. RGB value is (85,42,13). Sum of RGB (Red+Green+Blue) = 85+42+13=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #552A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552A0D is #AAD5F2. Grayscale: #333333. Windows color (decimal): -11195891 or 862805. OLE color: 862805.
HSL color Cylindrical-coordinate representation of color #552A0D: hue angle of 24.17º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #552A0D is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 42 | 13 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.67 |
| HSL | 24.17º | 0.73% | 0.19% | - |
| HSV(B) | 24.17º | 0.85% | 0.33% | - |
| XYZ | 4.65 | 3.62 | 0.83 | - |
| YUV | 51.55 | 106.25 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 42 | 13 | 0 | 0.51 | 0.85 | 0.67 | 24.17 | 0.73 | 0.19 |
| Hex | 55 | 2A | D | 0 | 33 | 55 | 43 | 18 | 49 | 13 |
| Octal | 125 | 52 | 15 | 0 | 63 | 125 | 103 | 30 | 111 | 23 |
| Binary | 1010101 | 101010 | 1101 | 0 | 110011 | 1010101 | 1000011 | 11000 | 1001001 | 10011 |
Color Harmonies of #552A0D
Complementary color
Monochromatic Colors of #552A0D
Black with #552A0D
Text Example
Text Example
White with #552A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552A0D; }
p { color: rgb(85,42,13); }
H1.HeaderClassName
{
color: #552A0D;
}
.AnyTagClassName
{
color: #552A0D;
}
</style>
background-color css
<style>
a { background-color: #552A0D; }
a { background-color: rgb(85,42,13); }
div.DivClassName
{
background-color: #552A0D;
}
.BgClassName
{
background-color: #552A0D;
}
</style>
border-color css
<style>
span { border-color: #552A0D; }
span { border-color: rgb(85,42,13); }
td.TdClassName
{
border-color: #552A0D;
}
.TagClassName
{
border-color: #552A0D;
}
</style>