Shades of Baker's Chocolate #50310B
Tints of Baker's Chocolate #50310B
RGB
CMYK
RGB Variations
Color information
#50310B (or 0x50310B) is known color: Baker's Chocolate. HEX triplet: 50, 31 and 0B. RGB value is (80,49,11). Sum of RGB (Red+Green+Blue) = 80+49+11=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #50310B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50310B is #AFCEF4. Grayscale: #363636. Windows color (decimal): -11521781 or 733520. OLE color: 733520.
HSL color Cylindrical-coordinate representation of color #50310B: hue angle of 33.04º 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 #50310B is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 49 | 11 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.69 |
| HSL | 33.04º | 0.76% | 0.18% | - |
| HSV(B) | 33.04º | 0.86% | 0.31% | - |
| XYZ | 4.47 | 3.93 | 0.84 | - |
| YUV | 53.94 | 103.77 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 11 | 0 | 0.39 | 0.86 | 0.69 | 33.04 | 0.76 | 0.18 |
| Hex | 50 | 31 | B | 0 | 27 | 56 | 45 | 21 | 4C | 12 |
| Octal | 120 | 61 | 13 | 0 | 47 | 126 | 105 | 41 | 114 | 22 |
| Binary | 1010000 | 110001 | 1011 | 0 | 100111 | 1010110 | 1000101 | 100001 | 1001100 | 10010 |
Color Harmonies of #50310B
Complementary color
Monochromatic Colors of #50310B
Black with #50310B
Text Example
Text Example
White with #50310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50310B; }
p { color: rgb(80,49,11); }
H1.HeaderClassName
{
color: #50310B;
}
.AnyTagClassName
{
color: #50310B;
}
</style>
background-color css
<style>
a { background-color: #50310B; }
a { background-color: rgb(80,49,11); }
div.DivClassName
{
background-color: #50310B;
}
.BgClassName
{
background-color: #50310B;
}
</style>
border-color css
<style>
span { border-color: #50310B; }
span { border-color: rgb(80,49,11); }
td.TdClassName
{
border-color: #50310B;
}
.TagClassName
{
border-color: #50310B;
}
</style>