Shades of Baker's Chocolate #522602
Tints of Baker's Chocolate #522602
RGB
CMYK
RGB Variations
Color information
#522602 (or 0x522602) is known color: Baker's Chocolate. HEX triplet: 52, 26 and 02. RGB value is (82,38,2). Sum of RGB (Red+Green+Blue) = 82+38+2=122 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.21% from 122); Green value is 38 (15.23% from 255 or 31.15% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 82 - color contains mainly: red. Hex color #522602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522602 is #ADD9FD. Grayscale: #2F2F2F. Windows color (decimal): -11393534 or 140882. OLE color: 140882.
HSL color Cylindrical-coordinate representation of color #522602: hue angle of 27º 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 #522602 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 38 | 2 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.68 |
| HSL | 27º | 0.95% | 0.16% | - |
| HSV(B) | 27º | 0.98% | 0.32% | - |
| XYZ | 4.18 | 3.18 | 0.45 | - |
| YUV | 47.05 | 102.58 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 38 | 2 | 0 | 0.54 | 0.98 | 0.68 | 27 | 0.95 | 0.16 |
| Hex | 52 | 26 | 2 | 0 | 36 | 62 | 44 | 1B | 5F | 10 |
| Octal | 122 | 46 | 2 | 0 | 66 | 142 | 104 | 33 | 137 | 20 |
| Binary | 1010010 | 100110 | 10 | 0 | 110110 | 1100010 | 1000100 | 11011 | 1011111 | 10000 |
Color Harmonies of #522602
Complementary color
Monochromatic Colors of #522602
Black with #522602
Text Example
Text Example
White with #522602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522602; }
p { color: rgb(82,38,2); }
H1.HeaderClassName
{
color: #522602;
}
.AnyTagClassName
{
color: #522602;
}
</style>
background-color css
<style>
a { background-color: #522602; }
a { background-color: rgb(82,38,2); }
div.DivClassName
{
background-color: #522602;
}
.BgClassName
{
background-color: #522602;
}
</style>
border-color css
<style>
span { border-color: #522602; }
span { border-color: rgb(82,38,2); }
td.TdClassName
{
border-color: #522602;
}
.TagClassName
{
border-color: #522602;
}
</style>