Shades of Baker's Chocolate #523306
Tints of Baker's Chocolate #523306
RGB
CMYK
RGB Variations
Color information
#523306 (or 0x523306) is known color: Baker's Chocolate. HEX triplet: 52, 33 and 06. RGB value is (82,51,6). Sum of RGB (Red+Green+Blue) = 82+51+6=139 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.99% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 82 - color contains mainly: red. Hex color #523306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523306 is #ADCCF9. Grayscale: #373737. Windows color (decimal): -11390202 or 406354. OLE color: 406354.
HSL color Cylindrical-coordinate representation of color #523306: hue angle of 35.53º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #523306 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 51 | 6 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.68 |
| HSL | 35.53º | 0.86% | 0.17% | - |
| HSV(B) | 35.53º | 0.93% | 0.32% | - |
| XYZ | 4.7 | 4.17 | 0.73 | - |
| YUV | 55.14 | 100.27 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 51 | 6 | 0 | 0.38 | 0.93 | 0.68 | 35.53 | 0.86 | 0.17 |
| Hex | 52 | 33 | 6 | 0 | 26 | 5D | 44 | 24 | 56 | 11 |
| Octal | 122 | 63 | 6 | 0 | 46 | 135 | 104 | 44 | 126 | 21 |
| Binary | 1010010 | 110011 | 110 | 0 | 100110 | 1011101 | 1000100 | 100100 | 1010110 | 10001 |
Color Harmonies of #523306
Complementary color
Monochromatic Colors of #523306
Black with #523306
Text Example
Text Example
White with #523306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523306; }
p { color: rgb(82,51,6); }
H1.HeaderClassName
{
color: #523306;
}
.AnyTagClassName
{
color: #523306;
}
</style>
background-color css
<style>
a { background-color: #523306; }
a { background-color: rgb(82,51,6); }
div.DivClassName
{
background-color: #523306;
}
.BgClassName
{
background-color: #523306;
}
</style>
border-color css
<style>
span { border-color: #523306; }
span { border-color: rgb(82,51,6); }
td.TdClassName
{
border-color: #523306;
}
.TagClassName
{
border-color: #523306;
}
</style>