Shades of Baker's Chocolate #523200
Tints of Baker's Chocolate #523200
RGB
CMYK
RGB Variations
Color information
#523200 (or 0x523200) is known color: Baker's Chocolate. HEX triplet: 52, 32 and 00. RGB value is (82,50,0). Sum of RGB (Red+Green+Blue) = 82+50+0=132 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.12% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 82 - color contains mainly: red. Hex color #523200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523200 is #ADCDFF. Grayscale: #363636. Windows color (decimal): -11390464 or 12882. OLE color: 12882.
HSL color Cylindrical-coordinate representation of color #523200: hue angle of 36.59º 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 #523200 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 50 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.68 |
| HSL | 36.59º | 1% | 0.16% | - |
| HSV(B) | 36.59º | 1% | 0.32% | - |
| XYZ | 4.62 | 4.08 | 0.54 | - |
| YUV | 53.87 | 97.6 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 50 | 0 | 0 | 0.39 | 1 | 0.68 | 36.59 | 1 | 0.16 |
| Hex | 52 | 32 | 0 | 0 | 27 | 64 | 44 | 25 | 64 | 10 |
| Octal | 122 | 62 | 0 | 0 | 47 | 144 | 104 | 45 | 144 | 20 |
| Binary | 1010010 | 110010 | 0 | 0 | 100111 | 1100100 | 1000100 | 100101 | 1100100 | 10000 |
Color Harmonies of #523200
Complementary color
Monochromatic Colors of #523200
Black with #523200
Text Example
Text Example
White with #523200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523200; }
p { color: rgb(82,50,0); }
H1.HeaderClassName
{
color: #523200;
}
.AnyTagClassName
{
color: #523200;
}
</style>
background-color css
<style>
a { background-color: #523200; }
a { background-color: rgb(82,50,0); }
div.DivClassName
{
background-color: #523200;
}
.BgClassName
{
background-color: #523200;
}
</style>
border-color css
<style>
span { border-color: #523200; }
span { border-color: rgb(82,50,0); }
td.TdClassName
{
border-color: #523200;
}
.TagClassName
{
border-color: #523200;
}
</style>