Shades of Baker's Chocolate #502F11
Tints of Baker's Chocolate #502F11
RGB
CMYK
RGB Variations
Color information
#502F11 (or 0x502F11) is known color: Baker's Chocolate. HEX triplet: 50, 2F and 11. RGB value is (80,47,17). Sum of RGB (Red+Green+Blue) = 80+47+17=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #502F11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502F11 is #AFD0EE. Grayscale: #353535. Windows color (decimal): -11522287 or 1126224. OLE color: 1126224.
HSL color Cylindrical-coordinate representation of color #502F11: hue angle of 28.57º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #502F11 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 47 | 17 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.69 |
| HSL | 28.57º | 0.65% | 0.19% | - |
| HSV(B) | 28.57º | 0.79% | 0.31% | - |
| XYZ | 4.43 | 3.78 | 1.03 | - |
| YUV | 53.45 | 107.43 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 17 | 0 | 0.41 | 0.79 | 0.69 | 28.57 | 0.65 | 0.19 |
| Hex | 50 | 2F | 11 | 0 | 29 | 4F | 45 | 1D | 41 | 13 |
| Octal | 120 | 57 | 21 | 0 | 51 | 117 | 105 | 35 | 101 | 23 |
| Binary | 1010000 | 101111 | 10001 | 0 | 101001 | 1001111 | 1000101 | 11101 | 1000001 | 10011 |
Color Harmonies of #502F11
Complementary color
Monochromatic Colors of #502F11
Black with #502F11
Text Example
Text Example
White with #502F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502F11; }
p { color: rgb(80,47,17); }
H1.HeaderClassName
{
color: #502F11;
}
.AnyTagClassName
{
color: #502F11;
}
</style>
background-color css
<style>
a { background-color: #502F11; }
a { background-color: rgb(80,47,17); }
div.DivClassName
{
background-color: #502F11;
}
.BgClassName
{
background-color: #502F11;
}
</style>
border-color css
<style>
span { border-color: #502F11; }
span { border-color: rgb(80,47,17); }
td.TdClassName
{
border-color: #502F11;
}
.TagClassName
{
border-color: #502F11;
}
</style>