Shades of Baker's Chocolate #523607
Tints of Baker's Chocolate #523607
RGB
CMYK
RGB Variations
Color information
#523607 (or 0x523607) is known color: Baker's Chocolate. HEX triplet: 52, 36 and 07. RGB value is (82,54,7). Sum of RGB (Red+Green+Blue) = 82+54+7=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 54 (21.48% from 255 or 37.76% from 143); Blue value is 7 (3.12% from 255 or 4.90% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #523607 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523607 is #ADC9F8. Grayscale: #393939. Windows color (decimal): -11389433 or 472658. OLE color: 472658.
HSL color Cylindrical-coordinate representation of color #523607: hue angle of 37.6º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #523607 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 54 | 7 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.68 |
| HSL | 37.6º | 0.84% | 0.17% | - |
| HSV(B) | 37.6º | 0.91% | 0.32% | - |
| XYZ | 4.84 | 4.45 | 0.8 | - |
| YUV | 57.01 | 99.78 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 54 | 7 | 0 | 0.34 | 0.91 | 0.68 | 37.6 | 0.84 | 0.17 |
| Hex | 52 | 36 | 7 | 0 | 22 | 5B | 44 | 26 | 54 | 11 |
| Octal | 122 | 66 | 7 | 0 | 42 | 133 | 104 | 46 | 124 | 21 |
| Binary | 1010010 | 110110 | 111 | 0 | 100010 | 1011011 | 1000100 | 100110 | 1010100 | 10001 |
Color Harmonies of #523607
Complementary color
Monochromatic Colors of #523607
Black with #523607
Text Example
Text Example
White with #523607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523607; }
p { color: rgb(82,54,7); }
H1.HeaderClassName
{
color: #523607;
}
.AnyTagClassName
{
color: #523607;
}
</style>
background-color css
<style>
a { background-color: #523607; }
a { background-color: rgb(82,54,7); }
div.DivClassName
{
background-color: #523607;
}
.BgClassName
{
background-color: #523607;
}
</style>
border-color css
<style>
span { border-color: #523607; }
span { border-color: rgb(82,54,7); }
td.TdClassName
{
border-color: #523607;
}
.TagClassName
{
border-color: #523607;
}
</style>