Shades of Baker's Chocolate #503312
Tints of Baker's Chocolate #503312
RGB
CMYK
RGB Variations
Color information
#503312 (or 0x503312) is known color: Baker's Chocolate. HEX triplet: 50, 33 and 12. RGB value is (80,51,18). Sum of RGB (Red+Green+Blue) = 80+51+18=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #503312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503312 is #AFCCED. Grayscale: #383838. Windows color (decimal): -11521262 or 1192784. OLE color: 1192784.
HSL color Cylindrical-coordinate representation of color #503312: hue angle of 31.94º 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 #503312 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 51 | 18 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.69 |
| HSL | 31.94º | 0.63% | 0.19% | - |
| HSV(B) | 31.94º | 0.78% | 0.31% | - |
| XYZ | 4.6 | 4.12 | 1.12 | - |
| YUV | 55.91 | 106.61 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 51 | 18 | 0 | 0.36 | 0.78 | 0.69 | 31.94 | 0.63 | 0.19 |
| Hex | 50 | 33 | 12 | 0 | 24 | 4E | 45 | 20 | 3F | 13 |
| Octal | 120 | 63 | 22 | 0 | 44 | 116 | 105 | 40 | 77 | 23 |
| Binary | 1010000 | 110011 | 10010 | 0 | 100100 | 1001110 | 1000101 | 100000 | 111111 | 10011 |
Color Harmonies of #503312
Complementary color
Monochromatic Colors of #503312
Black with #503312
Text Example
Text Example
White with #503312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503312; }
p { color: rgb(80,51,18); }
H1.HeaderClassName
{
color: #503312;
}
.AnyTagClassName
{
color: #503312;
}
</style>
background-color css
<style>
a { background-color: #503312; }
a { background-color: rgb(80,51,18); }
div.DivClassName
{
background-color: #503312;
}
.BgClassName
{
background-color: #503312;
}
</style>
border-color css
<style>
span { border-color: #503312; }
span { border-color: rgb(80,51,18); }
td.TdClassName
{
border-color: #503312;
}
.TagClassName
{
border-color: #503312;
}
</style>