Shades of Baker's Chocolate #523101
Tints of Baker's Chocolate #523101
RGB
CMYK
RGB Variations
Color information
#523101 (or 0x523101) is known color: Baker's Chocolate. HEX triplet: 52, 31 and 01. RGB value is (82,49,1). Sum of RGB (Red+Green+Blue) = 82+49+1=132 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.12% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 82 - color contains mainly: red. Hex color #523101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523101 is #ADCEFE. Grayscale: #353535. Windows color (decimal): -11390719 or 78162. OLE color: 78162.
HSL color Cylindrical-coordinate representation of color #523101: hue angle of 35.56º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #523101 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 49 | 1 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.68 |
| HSL | 35.56º | 0.98% | 0.16% | - |
| HSV(B) | 35.56º | 0.99% | 0.32% | - |
| XYZ | 4.58 | 3.99 | 0.56 | - |
| YUV | 53.4 | 98.43 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 49 | 1 | 0 | 0.40 | 0.99 | 0.68 | 35.56 | 0.98 | 0.16 |
| Hex | 52 | 31 | 1 | 0 | 28 | 63 | 44 | 24 | 62 | 10 |
| Octal | 122 | 61 | 1 | 0 | 50 | 143 | 104 | 44 | 142 | 20 |
| Binary | 1010010 | 110001 | 1 | 0 | 101000 | 1100011 | 1000100 | 100100 | 1100010 | 10000 |
Color Harmonies of #523101
Complementary color
Monochromatic Colors of #523101
Black with #523101
Text Example
Text Example
White with #523101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523101; }
p { color: rgb(82,49,1); }
H1.HeaderClassName
{
color: #523101;
}
.AnyTagClassName
{
color: #523101;
}
</style>
background-color css
<style>
a { background-color: #523101; }
a { background-color: rgb(82,49,1); }
div.DivClassName
{
background-color: #523101;
}
.BgClassName
{
background-color: #523101;
}
</style>
border-color css
<style>
span { border-color: #523101; }
span { border-color: rgb(82,49,1); }
td.TdClassName
{
border-color: #523101;
}
.TagClassName
{
border-color: #523101;
}
</style>