Shades of Baker's Chocolate #523712
Tints of Baker's Chocolate #523712
RGB
CMYK
RGB Variations
Color information
#523712 (or 0x523712) is known color: Baker's Chocolate. HEX triplet: 52, 37 and 12. RGB value is (82,55,18). Sum of RGB (Red+Green+Blue) = 82+55+18=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #523712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523712 is #ADC8ED. Grayscale: #3B3B3B. Windows color (decimal): -11389166 or 1193810. OLE color: 1193810.
HSL color Cylindrical-coordinate representation of color #523712: hue angle of 34.69º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #523712 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 55 | 18 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.68 |
| HSL | 34.69º | 0.64% | 0.2% | - |
| HSV(B) | 34.69º | 0.78% | 0.32% | - |
| XYZ | 4.96 | 4.57 | 1.19 | - |
| YUV | 58.86 | 104.95 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 55 | 18 | 0 | 0.33 | 0.78 | 0.68 | 34.69 | 0.64 | 0.2 |
| Hex | 52 | 37 | 12 | 0 | 21 | 4E | 44 | 23 | 40 | 14 |
| Octal | 122 | 67 | 22 | 0 | 41 | 116 | 104 | 43 | 100 | 24 |
| Binary | 1010010 | 110111 | 10010 | 0 | 100001 | 1001110 | 1000100 | 100011 | 1000000 | 10100 |
Color Harmonies of #523712
Complementary color
Monochromatic Colors of #523712
Black with #523712
Text Example
Text Example
White with #523712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523712; }
p { color: rgb(82,55,18); }
H1.HeaderClassName
{
color: #523712;
}
.AnyTagClassName
{
color: #523712;
}
</style>
background-color css
<style>
a { background-color: #523712; }
a { background-color: rgb(82,55,18); }
div.DivClassName
{
background-color: #523712;
}
.BgClassName
{
background-color: #523712;
}
</style>
border-color css
<style>
span { border-color: #523712; }
span { border-color: rgb(82,55,18); }
td.TdClassName
{
border-color: #523712;
}
.TagClassName
{
border-color: #523712;
}
</style>