Shades of Baker's Chocolate #52330B
Tints of Baker's Chocolate #52330B
RGB
CMYK
RGB Variations
Color information
#52330B (or 0x52330B) is known color: Baker's Chocolate. HEX triplet: 52, 33 and 0B. RGB value is (82,51,11). Sum of RGB (Red+Green+Blue) = 82+51+11=144 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.94% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 82 - color contains mainly: red. Hex color #52330B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52330B is #ADCCF4. Grayscale: #373737. Windows color (decimal): -11390197 or 734034. OLE color: 734034.
HSL color Cylindrical-coordinate representation of color #52330B: hue angle of 33.8º 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 #52330B is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 51 | 11 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.68 |
| HSL | 33.8º | 0.76% | 0.18% | - |
| HSV(B) | 33.8º | 0.87% | 0.32% | - |
| XYZ | 4.72 | 4.19 | 0.88 | - |
| YUV | 55.71 | 102.77 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 51 | 11 | 0 | 0.38 | 0.87 | 0.68 | 33.8 | 0.76 | 0.18 |
| Hex | 52 | 33 | B | 0 | 26 | 57 | 44 | 22 | 4C | 12 |
| Octal | 122 | 63 | 13 | 0 | 46 | 127 | 104 | 42 | 114 | 22 |
| Binary | 1010010 | 110011 | 1011 | 0 | 100110 | 1010111 | 1000100 | 100010 | 1001100 | 10010 |
Color Harmonies of #52330B
Complementary color
Monochromatic Colors of #52330B
Black with #52330B
Text Example
Text Example
White with #52330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52330B; }
p { color: rgb(82,51,11); }
H1.HeaderClassName
{
color: #52330B;
}
.AnyTagClassName
{
color: #52330B;
}
</style>
background-color css
<style>
a { background-color: #52330B; }
a { background-color: rgb(82,51,11); }
div.DivClassName
{
background-color: #52330B;
}
.BgClassName
{
background-color: #52330B;
}
</style>
border-color css
<style>
span { border-color: #52330B; }
span { border-color: rgb(82,51,11); }
td.TdClassName
{
border-color: #52330B;
}
.TagClassName
{
border-color: #52330B;
}
</style>