Shades of Baker's Chocolate #50300C
Tints of Baker's Chocolate #50300C
RGB
CMYK
RGB Variations
Color information
#50300C (or 0x50300C) is known color: Baker's Chocolate. HEX triplet: 50, 30 and 0C. RGB value is (80,48,12). Sum of RGB (Red+Green+Blue) = 80+48+12=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #50300C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50300C is #AFCFF3. Grayscale: #353535. Windows color (decimal): -11522036 or 798800. OLE color: 798800.
HSL color Cylindrical-coordinate representation of color #50300C: hue angle of 31.76º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50300C is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 48 | 12 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.69 |
| HSL | 31.76º | 0.74% | 0.18% | - |
| HSV(B) | 31.76º | 0.85% | 0.31% | - |
| XYZ | 4.43 | 3.85 | 0.86 | - |
| YUV | 53.46 | 104.6 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 48 | 12 | 0 | 0.40 | 0.85 | 0.69 | 31.76 | 0.74 | 0.18 |
| Hex | 50 | 30 | C | 0 | 28 | 55 | 45 | 20 | 4A | 12 |
| Octal | 120 | 60 | 14 | 0 | 50 | 125 | 105 | 40 | 112 | 22 |
| Binary | 1010000 | 110000 | 1100 | 0 | 101000 | 1010101 | 1000101 | 100000 | 1001010 | 10010 |
Color Harmonies of #50300C
Complementary color
Monochromatic Colors of #50300C
Black with #50300C
Text Example
Text Example
White with #50300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50300C; }
p { color: rgb(80,48,12); }
H1.HeaderClassName
{
color: #50300C;
}
.AnyTagClassName
{
color: #50300C;
}
</style>
background-color css
<style>
a { background-color: #50300C; }
a { background-color: rgb(80,48,12); }
div.DivClassName
{
background-color: #50300C;
}
.BgClassName
{
background-color: #50300C;
}
</style>
border-color css
<style>
span { border-color: #50300C; }
span { border-color: rgb(80,48,12); }
td.TdClassName
{
border-color: #50300C;
}
.TagClassName
{
border-color: #50300C;
}
</style>