Shades of Baker's Chocolate #502E00
Tints of Baker's Chocolate #502E00
RGB
CMYK
RGB Variations
Color information
#502E00 (or 0x502E00) is known color: Baker's Chocolate. HEX triplet: 50, 2E and 00. RGB value is (80,46,0). Sum of RGB (Red+Green+Blue) = 80+46+0=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #502E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502E00 is #AFD1FF. Grayscale: #333333. Windows color (decimal): -11522560 or 11856. OLE color: 11856.
HSL color Cylindrical-coordinate representation of color #502E00: hue angle of 34.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #502E00 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 46 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.69 |
| HSL | 34.5º | 1% | 0.16% | - |
| HSV(B) | 34.5º | 1% | 0.31% | - |
| XYZ | 4.29 | 3.66 | 0.48 | - |
| YUV | 50.92 | 99.26 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 46 | 0 | 0 | 0.42 | 1 | 0.69 | 34.5 | 1 | 0.16 |
| Hex | 50 | 2E | 0 | 0 | 2A | 64 | 45 | 22 | 64 | 10 |
| Octal | 120 | 56 | 0 | 0 | 52 | 144 | 105 | 42 | 144 | 20 |
| Binary | 1010000 | 101110 | 0 | 0 | 101010 | 1100100 | 1000101 | 100010 | 1100100 | 10000 |
Color Harmonies of #502E00
Complementary color
Monochromatic Colors of #502E00
Black with #502E00
Text Example
Text Example
White with #502E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502E00; }
p { color: rgb(80,46,0); }
H1.HeaderClassName
{
color: #502E00;
}
.AnyTagClassName
{
color: #502E00;
}
</style>
background-color css
<style>
a { background-color: #502E00; }
a { background-color: rgb(80,46,0); }
div.DivClassName
{
background-color: #502E00;
}
.BgClassName
{
background-color: #502E00;
}
</style>
border-color css
<style>
span { border-color: #502E00; }
span { border-color: rgb(80,46,0); }
td.TdClassName
{
border-color: #502E00;
}
.TagClassName
{
border-color: #502E00;
}
</style>