Shades of Baker's Chocolate #523910
Tints of Baker's Chocolate #523910
RGB
CMYK
RGB Variations
Color information
#523910 (or 0x523910) is known color: Baker's Chocolate. HEX triplet: 52, 39 and 10. RGB value is (82,57,16). Sum of RGB (Red+Green+Blue) = 82+57+16=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #523910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523910 is #ADC6EF. Grayscale: #3B3B3B. Windows color (decimal): -11388656 or 1063250. OLE color: 1063250.
HSL color Cylindrical-coordinate representation of color #523910: hue angle of 37.27º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #523910 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 57 | 16 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.68 |
| HSL | 37.27º | 0.67% | 0.19% | - |
| HSV(B) | 37.27º | 0.8% | 0.32% | - |
| XYZ | 5.04 | 4.76 | 1.14 | - |
| YUV | 59.8 | 103.28 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 57 | 16 | 0 | 0.30 | 0.80 | 0.68 | 37.27 | 0.67 | 0.19 |
| Hex | 52 | 39 | 10 | 0 | 1E | 50 | 44 | 25 | 43 | 13 |
| Octal | 122 | 71 | 20 | 0 | 36 | 120 | 104 | 45 | 103 | 23 |
| Binary | 1010010 | 111001 | 10000 | 0 | 11110 | 1010000 | 1000100 | 100101 | 1000011 | 10011 |
Color Harmonies of #523910
Complementary color
Monochromatic Colors of #523910
Black with #523910
Text Example
Text Example
White with #523910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523910; }
p { color: rgb(82,57,16); }
H1.HeaderClassName
{
color: #523910;
}
.AnyTagClassName
{
color: #523910;
}
</style>
background-color css
<style>
a { background-color: #523910; }
a { background-color: rgb(82,57,16); }
div.DivClassName
{
background-color: #523910;
}
.BgClassName
{
background-color: #523910;
}
</style>
border-color css
<style>
span { border-color: #523910; }
span { border-color: rgb(82,57,16); }
td.TdClassName
{
border-color: #523910;
}
.TagClassName
{
border-color: #523910;
}
</style>