Shades of Baker's Chocolate #502905
Tints of Baker's Chocolate #502905
RGB
CMYK
RGB Variations
Color information
#502905 (or 0x502905) is known color: Baker's Chocolate. HEX triplet: 50, 29 and 05. RGB value is (80,41,5). Sum of RGB (Red+Green+Blue) = 80+41+5=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #502905 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502905 is #AFD6FA. Grayscale: #303030. Windows color (decimal): -11523835 or 338256. OLE color: 338256.
HSL color Cylindrical-coordinate representation of color #502905: hue angle of 28.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 #502905 is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 41 | 5 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.69 |
| HSL | 28.8º | 0.88% | 0.17% | - |
| HSV(B) | 28.8º | 0.94% | 0.31% | - |
| XYZ | 4.13 | 3.3 | 0.56 | - |
| YUV | 48.56 | 103.42 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 41 | 5 | 0 | 0.49 | 0.94 | 0.69 | 28.8 | 0.88 | 0.17 |
| Hex | 50 | 29 | 5 | 0 | 31 | 5E | 45 | 1D | 58 | 11 |
| Octal | 120 | 51 | 5 | 0 | 61 | 136 | 105 | 35 | 130 | 21 |
| Binary | 1010000 | 101001 | 101 | 0 | 110001 | 1011110 | 1000101 | 11101 | 1011000 | 10001 |
Color Harmonies of #502905
Complementary color
Monochromatic Colors of #502905
Black with #502905
Text Example
Text Example
White with #502905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502905; }
p { color: rgb(80,41,5); }
H1.HeaderClassName
{
color: #502905;
}
.AnyTagClassName
{
color: #502905;
}
</style>
background-color css
<style>
a { background-color: #502905; }
a { background-color: rgb(80,41,5); }
div.DivClassName
{
background-color: #502905;
}
.BgClassName
{
background-color: #502905;
}
</style>
border-color css
<style>
span { border-color: #502905; }
span { border-color: rgb(80,41,5); }
td.TdClassName
{
border-color: #502905;
}
.TagClassName
{
border-color: #502905;
}
</style>