Shades of Baker's Chocolate #50300E
Tints of Baker's Chocolate #50300E
RGB
CMYK
RGB Variations
Color information
#50300E (or 0x50300E) is known color: Baker's Chocolate. HEX triplet: 50, 30 and 0E. RGB value is (80,48,14). Sum of RGB (Red+Green+Blue) = 80+48+14=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 48 (19.14% from 255 or 33.80% from 142); Blue value is 14 (5.86% from 255 or 9.86% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #50300E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50300E is #AFCFF1. Grayscale: #353535. Windows color (decimal): -11522034 or 929872. OLE color: 929872.
HSL color Cylindrical-coordinate representation of color #50300E: hue angle of 30.91º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50300E is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 48 | 14 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.69 |
| HSL | 30.91º | 0.7% | 0.18% | - |
| HSV(B) | 30.91º | 0.83% | 0.31% | - |
| XYZ | 4.44 | 3.85 | 0.92 | - |
| YUV | 53.69 | 105.6 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 48 | 14 | 0 | 0.40 | 0.83 | 0.69 | 30.91 | 0.7 | 0.18 |
| Hex | 50 | 30 | E | 0 | 28 | 53 | 45 | 1F | 46 | 12 |
| Octal | 120 | 60 | 16 | 0 | 50 | 123 | 105 | 37 | 106 | 22 |
| Binary | 1010000 | 110000 | 1110 | 0 | 101000 | 1010011 | 1000101 | 11111 | 1000110 | 10010 |
Color Harmonies of #50300E
Complementary color
Monochromatic Colors of #50300E
Black with #50300E
Text Example
Text Example
White with #50300E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50300E; }
p { color: rgb(80,48,14); }
H1.HeaderClassName
{
color: #50300E;
}
.AnyTagClassName
{
color: #50300E;
}
</style>
background-color css
<style>
a { background-color: #50300E; }
a { background-color: rgb(80,48,14); }
div.DivClassName
{
background-color: #50300E;
}
.BgClassName
{
background-color: #50300E;
}
</style>
border-color css
<style>
span { border-color: #50300E; }
span { border-color: rgb(80,48,14); }
td.TdClassName
{
border-color: #50300E;
}
.TagClassName
{
border-color: #50300E;
}
</style>