Shades of Baker's Chocolate #502C0E
Tints of Baker's Chocolate #502C0E
RGB
CMYK
RGB Variations
Color information
#502C0E (or 0x502C0E) is known color: Baker's Chocolate. HEX triplet: 50, 2C and 0E. RGB value is (80,44,14). Sum of RGB (Red+Green+Blue) = 80+44+14=138 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.97% from 138); Green value is 44 (17.58% from 255 or 31.88% from 138); Blue value is 14 (5.86% from 255 or 10.14% from 138); Max value from RGB is 80 - color contains mainly: red. Hex color #502C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502C0E is #AFD3F1. Grayscale: #333333. Windows color (decimal): -11523058 or 928848. OLE color: 928848.
HSL color Cylindrical-coordinate representation of color #502C0E: hue angle of 27.27º 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 #502C0E is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 44 | 14 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.69 |
| HSL | 27.27º | 0.7% | 0.18% | - |
| HSV(B) | 27.27º | 0.83% | 0.31% | - |
| XYZ | 4.29 | 3.54 | 0.87 | - |
| YUV | 51.34 | 106.93 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 44 | 14 | 0 | 0.45 | 0.83 | 0.69 | 27.27 | 0.7 | 0.18 |
| Hex | 50 | 2C | E | 0 | 2D | 53 | 45 | 1B | 46 | 12 |
| Octal | 120 | 54 | 16 | 0 | 55 | 123 | 105 | 33 | 106 | 22 |
| Binary | 1010000 | 101100 | 1110 | 0 | 101101 | 1010011 | 1000101 | 11011 | 1000110 | 10010 |
Color Harmonies of #502C0E
Complementary color
Monochromatic Colors of #502C0E
Black with #502C0E
Text Example
Text Example
White with #502C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502C0E; }
p { color: rgb(80,44,14); }
H1.HeaderClassName
{
color: #502C0E;
}
.AnyTagClassName
{
color: #502C0E;
}
</style>
background-color css
<style>
a { background-color: #502C0E; }
a { background-color: rgb(80,44,14); }
div.DivClassName
{
background-color: #502C0E;
}
.BgClassName
{
background-color: #502C0E;
}
</style>
border-color css
<style>
span { border-color: #502C0E; }
span { border-color: rgb(80,44,14); }
td.TdClassName
{
border-color: #502C0E;
}
.TagClassName
{
border-color: #502C0E;
}
</style>