Shades of Baker's Chocolate #523309
Tints of Baker's Chocolate #523309
RGB
CMYK
RGB Variations
Color information
#523309 (or 0x523309) is known color: Baker's Chocolate. HEX triplet: 52, 33 and 09. RGB value is (82,51,9). Sum of RGB (Red+Green+Blue) = 82+51+9=142 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.75% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 82 - color contains mainly: red. Hex color #523309 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523309 is #ADCCF6. Grayscale: #373737. Windows color (decimal): -11390199 or 602962. OLE color: 602962.
HSL color Cylindrical-coordinate representation of color #523309: hue angle of 34.52º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #523309 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 51 | 9 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.68 |
| HSL | 34.52º | 0.8% | 0.18% | - |
| HSV(B) | 34.52º | 0.89% | 0.32% | - |
| XYZ | 4.71 | 4.18 | 0.82 | - |
| YUV | 55.48 | 101.77 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 51 | 9 | 0 | 0.38 | 0.89 | 0.68 | 34.52 | 0.8 | 0.18 |
| Hex | 52 | 33 | 9 | 0 | 26 | 59 | 44 | 23 | 50 | 12 |
| Octal | 122 | 63 | 11 | 0 | 46 | 131 | 104 | 43 | 120 | 22 |
| Binary | 1010010 | 110011 | 1001 | 0 | 100110 | 1011001 | 1000100 | 100011 | 1010000 | 10010 |
Color Harmonies of #523309
Complementary color
Monochromatic Colors of #523309
Black with #523309
Text Example
Text Example
White with #523309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523309; }
p { color: rgb(82,51,9); }
H1.HeaderClassName
{
color: #523309;
}
.AnyTagClassName
{
color: #523309;
}
</style>
background-color css
<style>
a { background-color: #523309; }
a { background-color: rgb(82,51,9); }
div.DivClassName
{
background-color: #523309;
}
.BgClassName
{
background-color: #523309;
}
</style>
border-color css
<style>
span { border-color: #523309; }
span { border-color: rgb(82,51,9); }
td.TdClassName
{
border-color: #523309;
}
.TagClassName
{
border-color: #523309;
}
</style>