Shades of Baker's Chocolate #523205
Tints of Baker's Chocolate #523205
RGB
CMYK
RGB Variations
Color information
#523205 (or 0x523205) is known color: Baker's Chocolate. HEX triplet: 52, 32 and 05. RGB value is (82,50,5). Sum of RGB (Red+Green+Blue) = 82+50+5=137 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.85% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 5 (2.34% from 255 or 3.65% from 137); Max value from RGB is 82 - color contains mainly: red. Hex color #523205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523205 is #ADCDFA. Grayscale: #363636. Windows color (decimal): -11390459 or 340562. OLE color: 340562.
HSL color Cylindrical-coordinate representation of color #523205: hue angle of 35.06º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #523205 is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 50 | 5 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.68 |
| HSL | 35.06º | 0.89% | 0.17% | - |
| HSV(B) | 35.06º | 0.94% | 0.32% | - |
| XYZ | 4.65 | 4.09 | 0.69 | - |
| YUV | 54.44 | 100.1 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 50 | 5 | 0 | 0.39 | 0.94 | 0.68 | 35.06 | 0.89 | 0.17 |
| Hex | 52 | 32 | 5 | 0 | 27 | 5E | 44 | 23 | 59 | 11 |
| Octal | 122 | 62 | 5 | 0 | 47 | 136 | 104 | 43 | 131 | 21 |
| Binary | 1010010 | 110010 | 101 | 0 | 100111 | 1011110 | 1000100 | 100011 | 1011001 | 10001 |
Color Harmonies of #523205
Complementary color
Monochromatic Colors of #523205
Black with #523205
Text Example
Text Example
White with #523205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523205; }
p { color: rgb(82,50,5); }
H1.HeaderClassName
{
color: #523205;
}
.AnyTagClassName
{
color: #523205;
}
</style>
background-color css
<style>
a { background-color: #523205; }
a { background-color: rgb(82,50,5); }
div.DivClassName
{
background-color: #523205;
}
.BgClassName
{
background-color: #523205;
}
</style>
border-color css
<style>
span { border-color: #523205; }
span { border-color: rgb(82,50,5); }
td.TdClassName
{
border-color: #523205;
}
.TagClassName
{
border-color: #523205;
}
</style>