Shades of Baker's Chocolate #523402
Tints of Baker's Chocolate #523402
RGB
CMYK
RGB Variations
Color information
#523402 (or 0x523402) is known color: Baker's Chocolate. HEX triplet: 52, 34 and 02. RGB value is (82,52,2). Sum of RGB (Red+Green+Blue) = 82+52+2=136 (18% of max value = 765). Red value is 82 (32.42% from 255 or 60.29% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 82 - color contains mainly: red. Hex color #523402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523402 is #ADCBFD. Grayscale: #373737. Windows color (decimal): -11389950 or 144466. OLE color: 144466.
HSL color Cylindrical-coordinate representation of color #523402: hue angle of 37.5º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #523402 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 52 | 2 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.68 |
| HSL | 37.5º | 0.95% | 0.16% | - |
| HSV(B) | 37.5º | 0.98% | 0.32% | - |
| XYZ | 4.72 | 4.25 | 0.63 | - |
| YUV | 55.27 | 97.94 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 52 | 2 | 0 | 0.37 | 0.98 | 0.68 | 37.5 | 0.95 | 0.16 |
| Hex | 52 | 34 | 2 | 0 | 25 | 62 | 44 | 26 | 5F | 10 |
| Octal | 122 | 64 | 2 | 0 | 45 | 142 | 104 | 46 | 137 | 20 |
| Binary | 1010010 | 110100 | 10 | 0 | 100101 | 1100010 | 1000100 | 100110 | 1011111 | 10000 |
Color Harmonies of #523402
Complementary color
Monochromatic Colors of #523402
Black with #523402
Text Example
Text Example
White with #523402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523402; }
p { color: rgb(82,52,2); }
H1.HeaderClassName
{
color: #523402;
}
.AnyTagClassName
{
color: #523402;
}
</style>
background-color css
<style>
a { background-color: #523402; }
a { background-color: rgb(82,52,2); }
div.DivClassName
{
background-color: #523402;
}
.BgClassName
{
background-color: #523402;
}
</style>
border-color css
<style>
span { border-color: #523402; }
span { border-color: rgb(82,52,2); }
td.TdClassName
{
border-color: #523402;
}
.TagClassName
{
border-color: #523402;
}
</style>