Shades of Baker's Chocolate #502805
Tints of Baker's Chocolate #502805
RGB
CMYK
RGB Variations
Color information
#502805 (or 0x502805) is known color: Baker's Chocolate. HEX triplet: 50, 28 and 05. RGB value is (80,40,5). Sum of RGB (Red+Green+Blue) = 80+40+5=125 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64% from 125); Green value is 40 (16.02% from 255 or 32% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 80 - color contains mainly: red. Hex color #502805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502805 is #AFD7FA. Grayscale: #303030. Windows color (decimal): -11524091 or 338000. OLE color: 338000.
HSL color Cylindrical-coordinate representation of color #502805: hue angle of 28º 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 #502805 is Cyan = 0, Magento = 0.5, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 40 | 5 | - |
| CMYK | 0 | 0.5 | 0.94 | 0.69 |
| HSL | 28º | 0.88% | 0.17% | - |
| HSV(B) | 28º | 0.94% | 0.31% | - |
| XYZ | 4.09 | 3.23 | 0.55 | - |
| YUV | 47.97 | 103.75 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 40 | 5 | 0 | 0.5 | 0.94 | 0.69 | 28 | 0.88 | 0.17 |
| Hex | 50 | 28 | 5 | 0 | 32 | 5E | 45 | 1C | 58 | 11 |
| Octal | 120 | 50 | 5 | 0 | 62 | 136 | 105 | 34 | 130 | 21 |
| Binary | 1010000 | 101000 | 101 | 0 | 110010 | 1011110 | 1000101 | 11100 | 1011000 | 10001 |
Color Harmonies of #502805
Complementary color
Monochromatic Colors of #502805
Black with #502805
Text Example
Text Example
White with #502805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502805; }
p { color: rgb(80,40,5); }
H1.HeaderClassName
{
color: #502805;
}
.AnyTagClassName
{
color: #502805;
}
</style>
background-color css
<style>
a { background-color: #502805; }
a { background-color: rgb(80,40,5); }
div.DivClassName
{
background-color: #502805;
}
.BgClassName
{
background-color: #502805;
}
</style>
border-color css
<style>
span { border-color: #502805; }
span { border-color: rgb(80,40,5); }
td.TdClassName
{
border-color: #502805;
}
.TagClassName
{
border-color: #502805;
}
</style>