Shades of Baker's Chocolate #503310
Tints of Baker's Chocolate #503310
RGB
CMYK
RGB Variations
Color information
#503310 (or 0x503310) is known color: Baker's Chocolate. HEX triplet: 50, 33 and 10. RGB value is (80,51,16). Sum of RGB (Red+Green+Blue) = 80+51+16=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #503310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503310 is #AFCCEF. Grayscale: #373737. Windows color (decimal): -11521264 or 1061712. OLE color: 1061712.
HSL color Cylindrical-coordinate representation of color #503310: hue angle of 32.81º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #503310 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 51 | 16 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.69 |
| HSL | 32.81º | 0.67% | 0.19% | - |
| HSV(B) | 32.81º | 0.8% | 0.31% | - |
| XYZ | 4.59 | 4.11 | 1.04 | - |
| YUV | 55.68 | 105.61 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 51 | 16 | 0 | 0.36 | 0.80 | 0.69 | 32.81 | 0.67 | 0.19 |
| Hex | 50 | 33 | 10 | 0 | 24 | 50 | 45 | 21 | 43 | 13 |
| Octal | 120 | 63 | 20 | 0 | 44 | 120 | 105 | 41 | 103 | 23 |
| Binary | 1010000 | 110011 | 10000 | 0 | 100100 | 1010000 | 1000101 | 100001 | 1000011 | 10011 |
Color Harmonies of #503310
Complementary color
Monochromatic Colors of #503310
Black with #503310
Text Example
Text Example
White with #503310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503310; }
p { color: rgb(80,51,16); }
H1.HeaderClassName
{
color: #503310;
}
.AnyTagClassName
{
color: #503310;
}
</style>
background-color css
<style>
a { background-color: #503310; }
a { background-color: rgb(80,51,16); }
div.DivClassName
{
background-color: #503310;
}
.BgClassName
{
background-color: #503310;
}
</style>
border-color css
<style>
span { border-color: #503310; }
span { border-color: rgb(80,51,16); }
td.TdClassName
{
border-color: #503310;
}
.TagClassName
{
border-color: #503310;
}
</style>