Shades of Baker's Chocolate #523102
Tints of Baker's Chocolate #523102
RGB
CMYK
RGB Variations
Color information
#523102 (or 0x523102) is known color: Baker's Chocolate. HEX triplet: 52, 31 and 02. RGB value is (82,49,2). Sum of RGB (Red+Green+Blue) = 82+49+2=133 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.65% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 82 - color contains mainly: red. Hex color #523102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523102 is #ADCEFD. Grayscale: #353535. Windows color (decimal): -11390718 or 143698. OLE color: 143698.
HSL color Cylindrical-coordinate representation of color #523102: hue angle of 35.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 #523102 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 49 | 2 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.68 |
| HSL | 35.25º | 0.95% | 0.16% | - |
| HSV(B) | 35.25º | 0.98% | 0.32% | - |
| XYZ | 4.59 | 3.99 | 0.59 | - |
| YUV | 53.51 | 98.93 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 49 | 2 | 0 | 0.40 | 0.98 | 0.68 | 35.25 | 0.95 | 0.16 |
| Hex | 52 | 31 | 2 | 0 | 28 | 62 | 44 | 23 | 5F | 10 |
| Octal | 122 | 61 | 2 | 0 | 50 | 142 | 104 | 43 | 137 | 20 |
| Binary | 1010010 | 110001 | 10 | 0 | 101000 | 1100010 | 1000100 | 100011 | 1011111 | 10000 |
Color Harmonies of #523102
Complementary color
Monochromatic Colors of #523102
Black with #523102
Text Example
Text Example
White with #523102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523102; }
p { color: rgb(82,49,2); }
H1.HeaderClassName
{
color: #523102;
}
.AnyTagClassName
{
color: #523102;
}
</style>
background-color css
<style>
a { background-color: #523102; }
a { background-color: rgb(82,49,2); }
div.DivClassName
{
background-color: #523102;
}
.BgClassName
{
background-color: #523102;
}
</style>
border-color css
<style>
span { border-color: #523102; }
span { border-color: rgb(82,49,2); }
td.TdClassName
{
border-color: #523102;
}
.TagClassName
{
border-color: #523102;
}
</style>