Shades of Baker's Chocolate #523902
Tints of Baker's Chocolate #523902
RGB
CMYK
RGB Variations
Color information
#523902 (or 0x523902) is known color: Baker's Chocolate. HEX triplet: 52, 39 and 02. RGB value is (82,57,2). Sum of RGB (Red+Green+Blue) = 82+57+2=141 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.16% from 141); Green value is 57 (22.66% from 255 or 40.43% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 82 - color contains mainly: red. Hex color #523902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523902 is #ADC6FD. Grayscale: #3A3A3A. Windows color (decimal): -11388670 or 145746. OLE color: 145746.
HSL color Cylindrical-coordinate representation of color #523902: hue angle of 41.25º 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 #523902 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 57 | 2 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.68 |
| HSL | 41.25º | 0.95% | 0.16% | - |
| HSV(B) | 41.25º | 0.98% | 0.32% | - |
| XYZ | 4.95 | 4.72 | 0.71 | - |
| YUV | 58.21 | 96.28 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 57 | 2 | 0 | 0.30 | 0.98 | 0.68 | 41.25 | 0.95 | 0.16 |
| Hex | 52 | 39 | 2 | 0 | 1E | 62 | 44 | 29 | 5F | 10 |
| Octal | 122 | 71 | 2 | 0 | 36 | 142 | 104 | 51 | 137 | 20 |
| Binary | 1010010 | 111001 | 10 | 0 | 11110 | 1100010 | 1000100 | 101001 | 1011111 | 10000 |
Color Harmonies of #523902
Complementary color
Monochromatic Colors of #523902
Black with #523902
Text Example
Text Example
White with #523902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523902; }
p { color: rgb(82,57,2); }
H1.HeaderClassName
{
color: #523902;
}
.AnyTagClassName
{
color: #523902;
}
</style>
background-color css
<style>
a { background-color: #523902; }
a { background-color: rgb(82,57,2); }
div.DivClassName
{
background-color: #523902;
}
.BgClassName
{
background-color: #523902;
}
</style>
border-color css
<style>
span { border-color: #523902; }
span { border-color: rgb(82,57,2); }
td.TdClassName
{
border-color: #523902;
}
.TagClassName
{
border-color: #523902;
}
</style>