Shades of Baker's Chocolate #523A00
Tints of Baker's Chocolate #523A00
RGB
CMYK
RGB Variations
Color information
#523A00 (or 0x523A00) is known color: Baker's Chocolate. HEX triplet: 52, 3A and 00. RGB value is (82,58,0). Sum of RGB (Red+Green+Blue) = 82+58+0=140 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.57% from 140); Green value is 58 (23.05% from 255 or 41.43% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 82 - color contains mainly: red. Hex color #523A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523A00 is #ADC5FF. Grayscale: #3A3A3A. Windows color (decimal): -11388416 or 14930. OLE color: 14930.
HSL color Cylindrical-coordinate representation of color #523A00: hue angle of 42.44º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #523A00 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 58 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.68 |
| HSL | 42.44º | 1% | 0.16% | - |
| HSV(B) | 42.44º | 1% | 0.32% | - |
| XYZ | 4.99 | 4.82 | 0.67 | - |
| YUV | 58.56 | 94.95 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 58 | 0 | 0 | 0.29 | 1 | 0.68 | 42.44 | 1 | 0.16 |
| Hex | 52 | 3A | 0 | 0 | 1D | 64 | 44 | 2A | 64 | 10 |
| Octal | 122 | 72 | 0 | 0 | 35 | 144 | 104 | 52 | 144 | 20 |
| Binary | 1010010 | 111010 | 0 | 0 | 11101 | 1100100 | 1000100 | 101010 | 1100100 | 10000 |
Color Harmonies of #523A00
Complementary color
Monochromatic Colors of #523A00
Black with #523A00
Text Example
Text Example
White with #523A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523A00; }
p { color: rgb(82,58,0); }
H1.HeaderClassName
{
color: #523A00;
}
.AnyTagClassName
{
color: #523A00;
}
</style>
background-color css
<style>
a { background-color: #523A00; }
a { background-color: rgb(82,58,0); }
div.DivClassName
{
background-color: #523A00;
}
.BgClassName
{
background-color: #523A00;
}
</style>
border-color css
<style>
span { border-color: #523A00; }
span { border-color: rgb(82,58,0); }
td.TdClassName
{
border-color: #523A00;
}
.TagClassName
{
border-color: #523A00;
}
</style>