Shades of Baker's Chocolate #523A0E
Tints of Baker's Chocolate #523A0E
RGB
CMYK
RGB Variations
Color information
#523A0E (or 0x523A0E) is known color: Baker's Chocolate. HEX triplet: 52, 3A and 0E. RGB value is (82,58,14). Sum of RGB (Red+Green+Blue) = 82+58+14=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 58 (23.05% from 255 or 37.66% from 154); Blue value is 14 (5.86% from 255 or 9.09% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #523A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523A0E is #ADC5F1. Grayscale: #3C3C3C. Windows color (decimal): -11388402 or 932434. OLE color: 932434.
HSL color Cylindrical-coordinate representation of color #523A0E: hue angle of 38.82º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #523A0E is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 58 | 14 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.68 |
| HSL | 38.82º | 0.71% | 0.19% | - |
| HSV(B) | 38.82º | 0.83% | 0.32% | - |
| XYZ | 5.07 | 4.85 | 1.08 | - |
| YUV | 60.16 | 101.95 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 58 | 14 | 0 | 0.29 | 0.83 | 0.68 | 38.82 | 0.71 | 0.19 |
| Hex | 52 | 3A | E | 0 | 1D | 53 | 44 | 27 | 47 | 13 |
| Octal | 122 | 72 | 16 | 0 | 35 | 123 | 104 | 47 | 107 | 23 |
| Binary | 1010010 | 111010 | 1110 | 0 | 11101 | 1010011 | 1000100 | 100111 | 1000111 | 10011 |
Color Harmonies of #523A0E
Complementary color
Monochromatic Colors of #523A0E
Black with #523A0E
Text Example
Text Example
White with #523A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523A0E; }
p { color: rgb(82,58,14); }
H1.HeaderClassName
{
color: #523A0E;
}
.AnyTagClassName
{
color: #523A0E;
}
</style>
background-color css
<style>
a { background-color: #523A0E; }
a { background-color: rgb(82,58,14); }
div.DivClassName
{
background-color: #523A0E;
}
.BgClassName
{
background-color: #523A0E;
}
</style>
border-color css
<style>
span { border-color: #523A0E; }
span { border-color: rgb(82,58,14); }
td.TdClassName
{
border-color: #523A0E;
}
.TagClassName
{
border-color: #523A0E;
}
</style>