Shades of Baker's Chocolate #52370B
Tints of Baker's Chocolate #52370B
RGB
CMYK
RGB Variations
Color information
#52370B (or 0x52370B) is known color: Baker's Chocolate. HEX triplet: 52, 37 and 0B. RGB value is (82,55,11). Sum of RGB (Red+Green+Blue) = 82+55+11=148 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.41% from 148); Green value is 55 (21.88% from 255 or 37.16% from 148); Blue value is 11 (4.69% from 255 or 7.43% from 148); Max value from RGB is 82 - color contains mainly: red. Hex color #52370B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52370B is #ADC8F4. Grayscale: #3A3A3A. Windows color (decimal): -11389173 or 735058. OLE color: 735058.
HSL color Cylindrical-coordinate representation of color #52370B: hue angle of 37.18º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52370B is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 55 | 11 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.68 |
| HSL | 37.18º | 0.76% | 0.18% | - |
| HSV(B) | 37.18º | 0.87% | 0.32% | - |
| XYZ | 4.91 | 4.55 | 0.94 | - |
| YUV | 58.06 | 101.45 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 55 | 11 | 0 | 0.33 | 0.87 | 0.68 | 37.18 | 0.76 | 0.18 |
| Hex | 52 | 37 | B | 0 | 21 | 57 | 44 | 25 | 4C | 12 |
| Octal | 122 | 67 | 13 | 0 | 41 | 127 | 104 | 45 | 114 | 22 |
| Binary | 1010010 | 110111 | 1011 | 0 | 100001 | 1010111 | 1000100 | 100101 | 1001100 | 10010 |
Color Harmonies of #52370B
Complementary color
Monochromatic Colors of #52370B
Black with #52370B
Text Example
Text Example
White with #52370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52370B; }
p { color: rgb(82,55,11); }
H1.HeaderClassName
{
color: #52370B;
}
.AnyTagClassName
{
color: #52370B;
}
</style>
background-color css
<style>
a { background-color: #52370B; }
a { background-color: rgb(82,55,11); }
div.DivClassName
{
background-color: #52370B;
}
.BgClassName
{
background-color: #52370B;
}
</style>
border-color css
<style>
span { border-color: #52370B; }
span { border-color: rgb(82,55,11); }
td.TdClassName
{
border-color: #52370B;
}
.TagClassName
{
border-color: #52370B;
}
</style>