Shades of Baker's Chocolate #502706
Tints of Baker's Chocolate #502706
RGB
CMYK
RGB Variations
Color information
#502706 (or 0x502706) is known color: Baker's Chocolate. HEX triplet: 50, 27 and 06. RGB value is (80,39,6). Sum of RGB (Red+Green+Blue) = 80+39+6=125 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64% from 125); Green value is 39 (15.62% from 255 or 31.2% from 125); Blue value is 6 (2.73% from 255 or 4.8% from 125); Max value from RGB is 80 - color contains mainly: red. Hex color #502706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502706 is #AFD8F9. Grayscale: #2F2F2F. Windows color (decimal): -11524346 or 403280. OLE color: 403280.
HSL color Cylindrical-coordinate representation of color #502706: hue angle of 26.76º 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 #502706 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 39 | 6 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.69 |
| HSL | 26.76º | 0.86% | 0.17% | - |
| HSV(B) | 26.76º | 0.93% | 0.31% | - |
| XYZ | 4.07 | 3.17 | 0.57 | - |
| YUV | 47.5 | 104.58 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 39 | 6 | 0 | 0.51 | 0.92 | 0.69 | 26.76 | 0.86 | 0.17 |
| Hex | 50 | 27 | 6 | 0 | 33 | 5C | 45 | 1B | 56 | 11 |
| Octal | 120 | 47 | 6 | 0 | 63 | 134 | 105 | 33 | 126 | 21 |
| Binary | 1010000 | 100111 | 110 | 0 | 110011 | 1011100 | 1000101 | 11011 | 1010110 | 10001 |
Color Harmonies of #502706
Complementary color
Monochromatic Colors of #502706
Black with #502706
Text Example
Text Example
White with #502706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502706; }
p { color: rgb(80,39,6); }
H1.HeaderClassName
{
color: #502706;
}
.AnyTagClassName
{
color: #502706;
}
</style>
background-color css
<style>
a { background-color: #502706; }
a { background-color: rgb(80,39,6); }
div.DivClassName
{
background-color: #502706;
}
.BgClassName
{
background-color: #502706;
}
</style>
border-color css
<style>
span { border-color: #502706; }
span { border-color: rgb(80,39,6); }
td.TdClassName
{
border-color: #502706;
}
.TagClassName
{
border-color: #502706;
}
</style>