Shades of Baker's Chocolate #503512
Tints of Baker's Chocolate #503512
RGB
CMYK
RGB Variations
Color information
#503512 (or 0x503512) is known color: Baker's Chocolate. HEX triplet: 50, 35 and 12. RGB value is (80,53,18). Sum of RGB (Red+Green+Blue) = 80+53+18=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #503512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503512 is #AFCAED. Grayscale: #393939. Windows color (decimal): -11520750 or 1193296. OLE color: 1193296.
HSL color Cylindrical-coordinate representation of color #503512: hue angle of 33.87º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #503512 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 53 | 18 | - |
| CMYK | 0 | 0.34 | 0.78 | 0.69 |
| HSL | 33.87º | 0.63% | 0.19% | - |
| HSV(B) | 33.87º | 0.78% | 0.31% | - |
| XYZ | 4.69 | 4.3 | 1.15 | - |
| YUV | 57.08 | 105.95 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 53 | 18 | 0 | 0.34 | 0.78 | 0.69 | 33.87 | 0.63 | 0.19 |
| Hex | 50 | 35 | 12 | 0 | 22 | 4E | 45 | 22 | 3F | 13 |
| Octal | 120 | 65 | 22 | 0 | 42 | 116 | 105 | 42 | 77 | 23 |
| Binary | 1010000 | 110101 | 10010 | 0 | 100010 | 1001110 | 1000101 | 100010 | 111111 | 10011 |
Color Harmonies of #503512
Complementary color
Monochromatic Colors of #503512
Black with #503512
Text Example
Text Example
White with #503512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503512; }
p { color: rgb(80,53,18); }
H1.HeaderClassName
{
color: #503512;
}
.AnyTagClassName
{
color: #503512;
}
</style>
background-color css
<style>
a { background-color: #503512; }
a { background-color: rgb(80,53,18); }
div.DivClassName
{
background-color: #503512;
}
.BgClassName
{
background-color: #503512;
}
</style>
border-color css
<style>
span { border-color: #503512; }
span { border-color: rgb(80,53,18); }
td.TdClassName
{
border-color: #503512;
}
.TagClassName
{
border-color: #503512;
}
</style>