Shades of Baker's Chocolate #52330A
Tints of Baker's Chocolate #52330A
RGB
CMYK
RGB Variations
Color information
#52330A (or 0x52330A) is known color: Baker's Chocolate. HEX triplet: 52, 33 and 0A. RGB value is (82,51,10). Sum of RGB (Red+Green+Blue) = 82+51+10=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 10 (4.30% from 255 or 6.99% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #52330A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52330A is #ADCCF5. Grayscale: #373737. Windows color (decimal): -11390198 or 668498. OLE color: 668498.
HSL color Cylindrical-coordinate representation of color #52330A: hue angle of 34.17º 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 #52330A is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 51 | 10 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.68 |
| HSL | 34.17º | 0.78% | 0.18% | - |
| HSV(B) | 34.17º | 0.88% | 0.32% | - |
| XYZ | 4.72 | 4.18 | 0.85 | - |
| YUV | 55.6 | 102.27 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 51 | 10 | 0 | 0.38 | 0.88 | 0.68 | 34.17 | 0.78 | 0.18 |
| Hex | 52 | 33 | A | 0 | 26 | 58 | 44 | 22 | 4E | 12 |
| Octal | 122 | 63 | 12 | 0 | 46 | 130 | 104 | 42 | 116 | 22 |
| Binary | 1010010 | 110011 | 1010 | 0 | 100110 | 1011000 | 1000100 | 100010 | 1001110 | 10010 |
Color Harmonies of #52330A
Complementary color
Monochromatic Colors of #52330A
Black with #52330A
Text Example
Text Example
White with #52330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52330A; }
p { color: rgb(82,51,10); }
H1.HeaderClassName
{
color: #52330A;
}
.AnyTagClassName
{
color: #52330A;
}
</style>
background-color css
<style>
a { background-color: #52330A; }
a { background-color: rgb(82,51,10); }
div.DivClassName
{
background-color: #52330A;
}
.BgClassName
{
background-color: #52330A;
}
</style>
border-color css
<style>
span { border-color: #52330A; }
span { border-color: rgb(82,51,10); }
td.TdClassName
{
border-color: #52330A;
}
.TagClassName
{
border-color: #52330A;
}
</style>