Shades of Baker's Chocolate #52360A
Tints of Baker's Chocolate #52360A
RGB
CMYK
RGB Variations
Color information
#52360A (or 0x52360A) is known color: Baker's Chocolate. HEX triplet: 52, 36 and 0A. RGB value is (82,54,10). Sum of RGB (Red+Green+Blue) = 82+54+10=146 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.16% from 146); Green value is 54 (21.48% from 255 or 36.99% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 82 - color contains mainly: red. Hex color #52360A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52360A is #ADC9F5. Grayscale: #393939. Windows color (decimal): -11389430 or 669266. OLE color: 669266.
HSL color Cylindrical-coordinate representation of color #52360A: hue angle of 36.67º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52360A is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 54 | 10 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.68 |
| HSL | 36.67º | 0.78% | 0.18% | - |
| HSV(B) | 36.67º | 0.88% | 0.32% | - |
| XYZ | 4.85 | 4.45 | 0.89 | - |
| YUV | 57.36 | 101.28 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 54 | 10 | 0 | 0.34 | 0.88 | 0.68 | 36.67 | 0.78 | 0.18 |
| Hex | 52 | 36 | A | 0 | 22 | 58 | 44 | 25 | 4E | 12 |
| Octal | 122 | 66 | 12 | 0 | 42 | 130 | 104 | 45 | 116 | 22 |
| Binary | 1010010 | 110110 | 1010 | 0 | 100010 | 1011000 | 1000100 | 100101 | 1001110 | 10010 |
Color Harmonies of #52360A
Complementary color
Monochromatic Colors of #52360A
Black with #52360A
Text Example
Text Example
White with #52360A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52360A; }
p { color: rgb(82,54,10); }
H1.HeaderClassName
{
color: #52360A;
}
.AnyTagClassName
{
color: #52360A;
}
</style>
background-color css
<style>
a { background-color: #52360A; }
a { background-color: rgb(82,54,10); }
div.DivClassName
{
background-color: #52360A;
}
.BgClassName
{
background-color: #52360A;
}
</style>
border-color css
<style>
span { border-color: #52360A; }
span { border-color: rgb(82,54,10); }
td.TdClassName
{
border-color: #52360A;
}
.TagClassName
{
border-color: #52360A;
}
</style>