Shades of Baker's Chocolate #523603
Tints of Baker's Chocolate #523603
RGB
CMYK
RGB Variations
Color information
#523603 (or 0x523603) is known color: Baker's Chocolate. HEX triplet: 52, 36 and 03. RGB value is (82,54,3). Sum of RGB (Red+Green+Blue) = 82+54+3=139 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.99% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 82 - color contains mainly: red. Hex color #523603 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523603 is #ADC9FC. Grayscale: #383838. Windows color (decimal): -11389437 or 210514. OLE color: 210514.
HSL color Cylindrical-coordinate representation of color #523603: hue angle of 38.73º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #523603 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 54 | 3 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.68 |
| HSL | 38.73º | 0.93% | 0.17% | - |
| HSV(B) | 38.73º | 0.96% | 0.32% | - |
| XYZ | 4.82 | 4.44 | 0.69 | - |
| YUV | 56.56 | 97.78 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 54 | 3 | 0 | 0.34 | 0.96 | 0.68 | 38.73 | 0.93 | 0.17 |
| Hex | 52 | 36 | 3 | 0 | 22 | 60 | 44 | 27 | 5D | 11 |
| Octal | 122 | 66 | 3 | 0 | 42 | 140 | 104 | 47 | 135 | 21 |
| Binary | 1010010 | 110110 | 11 | 0 | 100010 | 1100000 | 1000100 | 100111 | 1011101 | 10001 |
Color Harmonies of #523603
Complementary color
Monochromatic Colors of #523603
Black with #523603
Text Example
Text Example
White with #523603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523603; }
p { color: rgb(82,54,3); }
H1.HeaderClassName
{
color: #523603;
}
.AnyTagClassName
{
color: #523603;
}
</style>
background-color css
<style>
a { background-color: #523603; }
a { background-color: rgb(82,54,3); }
div.DivClassName
{
background-color: #523603;
}
.BgClassName
{
background-color: #523603;
}
</style>
border-color css
<style>
span { border-color: #523603; }
span { border-color: rgb(82,54,3); }
td.TdClassName
{
border-color: #523603;
}
.TagClassName
{
border-color: #523603;
}
</style>