Shades of Baker's Chocolate #50350B
Tints of Baker's Chocolate #50350B
RGB
CMYK
RGB Variations
Color information
#50350B (or 0x50350B) is known color: Baker's Chocolate. HEX triplet: 50, 35 and 0B. RGB value is (80,53,11). Sum of RGB (Red+Green+Blue) = 80+53+11=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #50350B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50350B is #AFCAF4. Grayscale: #383838. Windows color (decimal): -11520757 or 734544. OLE color: 734544.
HSL color Cylindrical-coordinate representation of color #50350B: hue angle of 36.52º 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 #50350B is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 53 | 11 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.69 |
| HSL | 36.52º | 0.76% | 0.18% | - |
| HSV(B) | 36.52º | 0.86% | 0.31% | - |
| XYZ | 4.64 | 4.28 | 0.9 | - |
| YUV | 56.29 | 102.45 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 53 | 11 | 0 | 0.34 | 0.86 | 0.69 | 36.52 | 0.76 | 0.18 |
| Hex | 50 | 35 | B | 0 | 22 | 56 | 45 | 25 | 4C | 12 |
| Octal | 120 | 65 | 13 | 0 | 42 | 126 | 105 | 45 | 114 | 22 |
| Binary | 1010000 | 110101 | 1011 | 0 | 100010 | 1010110 | 1000101 | 100101 | 1001100 | 10010 |
Color Harmonies of #50350B
Complementary color
Monochromatic Colors of #50350B
Black with #50350B
Text Example
Text Example
White with #50350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50350B; }
p { color: rgb(80,53,11); }
H1.HeaderClassName
{
color: #50350B;
}
.AnyTagClassName
{
color: #50350B;
}
</style>
background-color css
<style>
a { background-color: #50350B; }
a { background-color: rgb(80,53,11); }
div.DivClassName
{
background-color: #50350B;
}
.BgClassName
{
background-color: #50350B;
}
</style>
border-color css
<style>
span { border-color: #50350B; }
span { border-color: rgb(80,53,11); }
td.TdClassName
{
border-color: #50350B;
}
.TagClassName
{
border-color: #50350B;
}
</style>