Shades of Baker's Chocolate #502C0B
Tints of Baker's Chocolate #502C0B
RGB
CMYK
RGB Variations
Color information
#502C0B (or 0x502C0B) is known color: Baker's Chocolate. HEX triplet: 50, 2C and 0B. RGB value is (80,44,11). Sum of RGB (Red+Green+Blue) = 80+44+11=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 44 (17.58% from 255 or 32.59% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #502C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502C0B is #AFD3F4. Grayscale: #333333. Windows color (decimal): -11523061 or 732240. OLE color: 732240.
HSL color Cylindrical-coordinate representation of color #502C0B: hue angle of 28.7º 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 #502C0B is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 44 | 11 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.69 |
| HSL | 28.7º | 0.76% | 0.18% | - |
| HSV(B) | 28.7º | 0.86% | 0.31% | - |
| XYZ | 4.27 | 3.53 | 0.77 | - |
| YUV | 51 | 105.43 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 44 | 11 | 0 | 0.45 | 0.86 | 0.69 | 28.7 | 0.76 | 0.18 |
| Hex | 50 | 2C | B | 0 | 2D | 56 | 45 | 1D | 4C | 12 |
| Octal | 120 | 54 | 13 | 0 | 55 | 126 | 105 | 35 | 114 | 22 |
| Binary | 1010000 | 101100 | 1011 | 0 | 101101 | 1010110 | 1000101 | 11101 | 1001100 | 10010 |
Color Harmonies of #502C0B
Complementary color
Monochromatic Colors of #502C0B
Black with #502C0B
Text Example
Text Example
White with #502C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502C0B; }
p { color: rgb(80,44,11); }
H1.HeaderClassName
{
color: #502C0B;
}
.AnyTagClassName
{
color: #502C0B;
}
</style>
background-color css
<style>
a { background-color: #502C0B; }
a { background-color: rgb(80,44,11); }
div.DivClassName
{
background-color: #502C0B;
}
.BgClassName
{
background-color: #502C0B;
}
</style>
border-color css
<style>
span { border-color: #502C0B; }
span { border-color: rgb(80,44,11); }
td.TdClassName
{
border-color: #502C0B;
}
.TagClassName
{
border-color: #502C0B;
}
</style>