Shades of Baker's Chocolate #503805
Tints of Baker's Chocolate #503805
RGB
CMYK
RGB Variations
Color information
#503805 (or 0x503805) is known color: Baker's Chocolate. HEX triplet: 50, 38 and 05. RGB value is (80,56,5). Sum of RGB (Red+Green+Blue) = 80+56+5=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 56 (22.27% from 255 or 39.72% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #503805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503805 is #AFC7FA. Grayscale: #393939. Windows color (decimal): -11519995 or 342096. OLE color: 342096.
HSL color Cylindrical-coordinate representation of color #503805: hue angle of 40.8º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #503805 is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 56 | 5 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.69 |
| HSL | 40.8º | 0.88% | 0.17% | - |
| HSV(B) | 40.8º | 0.94% | 0.31% | - |
| XYZ | 4.75 | 4.54 | 0.77 | - |
| YUV | 57.36 | 98.45 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 56 | 5 | 0 | 0.30 | 0.94 | 0.69 | 40.8 | 0.88 | 0.17 |
| Hex | 50 | 38 | 5 | 0 | 1E | 5E | 45 | 29 | 58 | 11 |
| Octal | 120 | 70 | 5 | 0 | 36 | 136 | 105 | 51 | 130 | 21 |
| Binary | 1010000 | 111000 | 101 | 0 | 11110 | 1011110 | 1000101 | 101001 | 1011000 | 10001 |
Color Harmonies of #503805
Complementary color
Monochromatic Colors of #503805
Black with #503805
Text Example
Text Example
White with #503805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503805; }
p { color: rgb(80,56,5); }
H1.HeaderClassName
{
color: #503805;
}
.AnyTagClassName
{
color: #503805;
}
</style>
background-color css
<style>
a { background-color: #503805; }
a { background-color: rgb(80,56,5); }
div.DivClassName
{
background-color: #503805;
}
.BgClassName
{
background-color: #503805;
}
</style>
border-color css
<style>
span { border-color: #503805; }
span { border-color: rgb(80,56,5); }
td.TdClassName
{
border-color: #503805;
}
.TagClassName
{
border-color: #503805;
}
</style>