Shades of Baker's Chocolate #52360B
Tints of Baker's Chocolate #52360B
RGB
CMYK
RGB Variations
Color information
#52360B (or 0x52360B) is known color: Baker's Chocolate. HEX triplet: 52, 36 and 0B. RGB value is (82,54,11). Sum of RGB (Red+Green+Blue) = 82+54+11=147 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.78% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 11 (4.69% from 255 or 7.48% from 147); Max value from RGB is 82 - color contains mainly: red. Hex color #52360B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52360B is #ADC9F4. Grayscale: #393939. Windows color (decimal): -11389429 or 734802. OLE color: 734802.
HSL color Cylindrical-coordinate representation of color #52360B: hue angle of 36.34º 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 #52360B is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 54 | 11 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.68 |
| HSL | 36.34º | 0.76% | 0.18% | - |
| HSV(B) | 36.34º | 0.87% | 0.32% | - |
| XYZ | 4.86 | 4.46 | 0.92 | - |
| YUV | 57.47 | 101.78 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 54 | 11 | 0 | 0.34 | 0.87 | 0.68 | 36.34 | 0.76 | 0.18 |
| Hex | 52 | 36 | B | 0 | 22 | 57 | 44 | 24 | 4C | 12 |
| Octal | 122 | 66 | 13 | 0 | 42 | 127 | 104 | 44 | 114 | 22 |
| Binary | 1010010 | 110110 | 1011 | 0 | 100010 | 1010111 | 1000100 | 100100 | 1001100 | 10010 |
Color Harmonies of #52360B
Complementary color
Monochromatic Colors of #52360B
Black with #52360B
Text Example
Text Example
White with #52360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52360B; }
p { color: rgb(82,54,11); }
H1.HeaderClassName
{
color: #52360B;
}
.AnyTagClassName
{
color: #52360B;
}
</style>
background-color css
<style>
a { background-color: #52360B; }
a { background-color: rgb(82,54,11); }
div.DivClassName
{
background-color: #52360B;
}
.BgClassName
{
background-color: #52360B;
}
</style>
border-color css
<style>
span { border-color: #52360B; }
span { border-color: rgb(82,54,11); }
td.TdClassName
{
border-color: #52360B;
}
.TagClassName
{
border-color: #52360B;
}
</style>