Shades of Baker's Chocolate #523605
Tints of Baker's Chocolate #523605
RGB
CMYK
RGB Variations
Color information
#523605 (or 0x523605) is known color: Baker's Chocolate. HEX triplet: 52, 36 and 05. RGB value is (82,54,5). Sum of RGB (Red+Green+Blue) = 82+54+5=141 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.16% from 141); Green value is 54 (21.48% from 255 or 38.30% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 82 - color contains mainly: red. Hex color #523605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523605 is #ADC9FA. Grayscale: #393939. Windows color (decimal): -11389435 or 341586. OLE color: 341586.
HSL color Cylindrical-coordinate representation of color #523605: hue angle of 38.18º 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 #523605 is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 54 | 5 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.68 |
| HSL | 38.18º | 0.89% | 0.17% | - |
| HSV(B) | 38.18º | 0.94% | 0.32% | - |
| XYZ | 4.83 | 4.44 | 0.75 | - |
| YUV | 56.79 | 98.78 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 54 | 5 | 0 | 0.34 | 0.94 | 0.68 | 38.18 | 0.89 | 0.17 |
| Hex | 52 | 36 | 5 | 0 | 22 | 5E | 44 | 26 | 59 | 11 |
| Octal | 122 | 66 | 5 | 0 | 42 | 136 | 104 | 46 | 131 | 21 |
| Binary | 1010010 | 110110 | 101 | 0 | 100010 | 1011110 | 1000100 | 100110 | 1011001 | 10001 |
Color Harmonies of #523605
Complementary color
Monochromatic Colors of #523605
Black with #523605
Text Example
Text Example
White with #523605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523605; }
p { color: rgb(82,54,5); }
H1.HeaderClassName
{
color: #523605;
}
.AnyTagClassName
{
color: #523605;
}
</style>
background-color css
<style>
a { background-color: #523605; }
a { background-color: rgb(82,54,5); }
div.DivClassName
{
background-color: #523605;
}
.BgClassName
{
background-color: #523605;
}
</style>
border-color css
<style>
span { border-color: #523605; }
span { border-color: rgb(82,54,5); }
td.TdClassName
{
border-color: #523605;
}
.TagClassName
{
border-color: #523605;
}
</style>