Shades of Baker's Chocolate #521E06
Tints of Baker's Chocolate #521E06
RGB
CMYK
RGB Variations
Color information
#521E06 (or 0x521E06) is known color: Baker's Chocolate. HEX triplet: 52, 1E and 06. RGB value is (82,30,6). Sum of RGB (Red+Green+Blue) = 82+30+6=118 (15% of max value = 765). Red value is 82 (32.42% from 255 or 69.49% from 118); Green value is 30 (12.11% from 255 or 25.42% from 118); Blue value is 6 (2.73% from 255 or 5.08% from 118); Max value from RGB is 82 - color contains mainly: red. Hex color #521E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521E06 is #ADE1F9. Grayscale: #2A2A2A. Windows color (decimal): -11395578 or 400978. OLE color: 400978.
HSL color Cylindrical-coordinate representation of color #521E06: hue angle of 18.95º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #521E06 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 30 | 6 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.68 |
| HSL | 18.95º | 0.86% | 0.17% | - |
| HSV(B) | 18.95º | 0.93% | 0.32% | - |
| XYZ | 3.98 | 2.74 | 0.49 | - |
| YUV | 42.81 | 107.23 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 30 | 6 | 0 | 0.63 | 0.93 | 0.68 | 18.95 | 0.86 | 0.17 |
| Hex | 52 | 1E | 6 | 0 | 3F | 5D | 44 | 13 | 56 | 11 |
| Octal | 122 | 36 | 6 | 0 | 77 | 135 | 104 | 23 | 126 | 21 |
| Binary | 1010010 | 11110 | 110 | 0 | 111111 | 1011101 | 1000100 | 10011 | 1010110 | 10001 |
Color Harmonies of #521E06
Complementary color
Monochromatic Colors of #521E06
Black with #521E06
Text Example
Text Example
White with #521E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521E06; }
p { color: rgb(82,30,6); }
H1.HeaderClassName
{
color: #521E06;
}
.AnyTagClassName
{
color: #521E06;
}
</style>
background-color css
<style>
a { background-color: #521E06; }
a { background-color: rgb(82,30,6); }
div.DivClassName
{
background-color: #521E06;
}
.BgClassName
{
background-color: #521E06;
}
</style>
border-color css
<style>
span { border-color: #521E06; }
span { border-color: rgb(82,30,6); }
td.TdClassName
{
border-color: #521E06;
}
.TagClassName
{
border-color: #521E06;
}
</style>