Shades of Baker's Chocolate #502D0B
Tints of Baker's Chocolate #502D0B
RGB
CMYK
RGB Variations
Color information
#502D0B (or 0x502D0B) is known color: Baker's Chocolate. HEX triplet: 50, 2D and 0B. RGB value is (80,45,11). Sum of RGB (Red+Green+Blue) = 80+45+11=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 45 (17.97% from 255 or 33.09% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #502D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502D0B is #AFD2F4. Grayscale: #333333. Windows color (decimal): -11522805 or 732496. OLE color: 732496.
HSL color Cylindrical-coordinate representation of color #502D0B: hue angle of 29.57º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #502D0B is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 45 | 11 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.69 |
| HSL | 29.57º | 0.76% | 0.18% | - |
| HSV(B) | 29.57º | 0.86% | 0.31% | - |
| XYZ | 4.31 | 3.61 | 0.79 | - |
| YUV | 51.59 | 105.1 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 45 | 11 | 0 | 0.44 | 0.86 | 0.69 | 29.57 | 0.76 | 0.18 |
| Hex | 50 | 2D | B | 0 | 2C | 56 | 45 | 1E | 4C | 12 |
| Octal | 120 | 55 | 13 | 0 | 54 | 126 | 105 | 36 | 114 | 22 |
| Binary | 1010000 | 101101 | 1011 | 0 | 101100 | 1010110 | 1000101 | 11110 | 1001100 | 10010 |
Color Harmonies of #502D0B
Complementary color
Monochromatic Colors of #502D0B
Black with #502D0B
Text Example
Text Example
White with #502D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502D0B; }
p { color: rgb(80,45,11); }
H1.HeaderClassName
{
color: #502D0B;
}
.AnyTagClassName
{
color: #502D0B;
}
</style>
background-color css
<style>
a { background-color: #502D0B; }
a { background-color: rgb(80,45,11); }
div.DivClassName
{
background-color: #502D0B;
}
.BgClassName
{
background-color: #502D0B;
}
</style>
border-color css
<style>
span { border-color: #502D0B; }
span { border-color: rgb(80,45,11); }
td.TdClassName
{
border-color: #502D0B;
}
.TagClassName
{
border-color: #502D0B;
}
</style>