Shades of Baker's Chocolate #502006
Tints of Baker's Chocolate #502006
RGB
CMYK
RGB Variations
Color information
#502006 (or 0x502006) is known color: Baker's Chocolate. HEX triplet: 50, 20 and 06. RGB value is (80,32,6). Sum of RGB (Red+Green+Blue) = 80+32+6=118 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.80% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 6 (2.73% from 255 or 5.08% from 118); Max value from RGB is 80 - color contains mainly: red. Hex color #502006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502006 is #AFDFF9. Grayscale: #2B2B2B. Windows color (decimal): -11526138 or 401488. OLE color: 401488.
HSL color Cylindrical-coordinate representation of color #502006: hue angle of 21.08º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #502006 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 32 | 6 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.69 |
| HSL | 21.08º | 0.86% | 0.17% | - |
| HSV(B) | 21.08º | 0.93% | 0.31% | - |
| XYZ | 3.86 | 2.75 | 0.5 | - |
| YUV | 43.39 | 106.9 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 32 | 6 | 0 | 0.60 | 0.92 | 0.69 | 21.08 | 0.86 | 0.17 |
| Hex | 50 | 20 | 6 | 0 | 3C | 5C | 45 | 15 | 56 | 11 |
| Octal | 120 | 40 | 6 | 0 | 74 | 134 | 105 | 25 | 126 | 21 |
| Binary | 1010000 | 100000 | 110 | 0 | 111100 | 1011100 | 1000101 | 10101 | 1010110 | 10001 |
Color Harmonies of #502006
Complementary color
Monochromatic Colors of #502006
Black with #502006
Text Example
Text Example
White with #502006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502006; }
p { color: rgb(80,32,6); }
H1.HeaderClassName
{
color: #502006;
}
.AnyTagClassName
{
color: #502006;
}
</style>
background-color css
<style>
a { background-color: #502006; }
a { background-color: rgb(80,32,6); }
div.DivClassName
{
background-color: #502006;
}
.BgClassName
{
background-color: #502006;
}
</style>
border-color css
<style>
span { border-color: #502006; }
span { border-color: rgb(80,32,6); }
td.TdClassName
{
border-color: #502006;
}
.TagClassName
{
border-color: #502006;
}
</style>