Shades of Baker's Chocolate #503211
Tints of Baker's Chocolate #503211
RGB
CMYK
RGB Variations
Color information
#503211 (or 0x503211) is known color: Baker's Chocolate. HEX triplet: 50, 32 and 11. RGB value is (80,50,17). Sum of RGB (Red+Green+Blue) = 80+50+17=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #503211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503211 is #AFCDEE. Grayscale: #373737. Windows color (decimal): -11521519 or 1126992. OLE color: 1126992.
HSL color Cylindrical-coordinate representation of color #503211: hue angle of 31.43º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #503211 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 50 | 17 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.69 |
| HSL | 31.43º | 0.65% | 0.19% | - |
| HSV(B) | 31.43º | 0.79% | 0.31% | - |
| XYZ | 4.55 | 4.03 | 1.07 | - |
| YUV | 55.21 | 106.44 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 50 | 17 | 0 | 0.37 | 0.79 | 0.69 | 31.43 | 0.65 | 0.19 |
| Hex | 50 | 32 | 11 | 0 | 25 | 4F | 45 | 1F | 41 | 13 |
| Octal | 120 | 62 | 21 | 0 | 45 | 117 | 105 | 37 | 101 | 23 |
| Binary | 1010000 | 110010 | 10001 | 0 | 100101 | 1001111 | 1000101 | 11111 | 1000001 | 10011 |
Color Harmonies of #503211
Complementary color
Monochromatic Colors of #503211
Black with #503211
Text Example
Text Example
White with #503211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503211; }
p { color: rgb(80,50,17); }
H1.HeaderClassName
{
color: #503211;
}
.AnyTagClassName
{
color: #503211;
}
</style>
background-color css
<style>
a { background-color: #503211; }
a { background-color: rgb(80,50,17); }
div.DivClassName
{
background-color: #503211;
}
.BgClassName
{
background-color: #503211;
}
</style>
border-color css
<style>
span { border-color: #503211; }
span { border-color: rgb(80,50,17); }
td.TdClassName
{
border-color: #503211;
}
.TagClassName
{
border-color: #503211;
}
</style>