Shades of Baker's Chocolate #502D0E
Tints of Baker's Chocolate #502D0E
RGB
CMYK
RGB Variations
Color information
#502D0E (or 0x502D0E) is known color: Baker's Chocolate. HEX triplet: 50, 2D and 0E. RGB value is (80,45,14). Sum of RGB (Red+Green+Blue) = 80+45+14=139 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.55% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 80 - color contains mainly: red. Hex color #502D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502D0E is #AFD2F1. Grayscale: #343434. Windows color (decimal): -11522802 or 929104. OLE color: 929104.
HSL color Cylindrical-coordinate representation of color #502D0E: hue angle of 28.18º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #502D0E is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 45 | 14 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.69 |
| HSL | 28.18º | 0.7% | 0.18% | - |
| HSV(B) | 28.18º | 0.83% | 0.31% | - |
| XYZ | 4.33 | 3.61 | 0.89 | - |
| YUV | 51.93 | 106.6 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 45 | 14 | 0 | 0.44 | 0.83 | 0.69 | 28.18 | 0.7 | 0.18 |
| Hex | 50 | 2D | E | 0 | 2C | 53 | 45 | 1C | 46 | 12 |
| Octal | 120 | 55 | 16 | 0 | 54 | 123 | 105 | 34 | 106 | 22 |
| Binary | 1010000 | 101101 | 1110 | 0 | 101100 | 1010011 | 1000101 | 11100 | 1000110 | 10010 |
Color Harmonies of #502D0E
Complementary color
Monochromatic Colors of #502D0E
Black with #502D0E
Text Example
Text Example
White with #502D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502D0E; }
p { color: rgb(80,45,14); }
H1.HeaderClassName
{
color: #502D0E;
}
.AnyTagClassName
{
color: #502D0E;
}
</style>
background-color css
<style>
a { background-color: #502D0E; }
a { background-color: rgb(80,45,14); }
div.DivClassName
{
background-color: #502D0E;
}
.BgClassName
{
background-color: #502D0E;
}
</style>
border-color css
<style>
span { border-color: #502D0E; }
span { border-color: rgb(80,45,14); }
td.TdClassName
{
border-color: #502D0E;
}
.TagClassName
{
border-color: #502D0E;
}
</style>