Shades of Baker's Chocolate #502100
Tints of Baker's Chocolate #502100
RGB
CMYK
RGB Variations
Color information
#502100 (or 0x502100) is known color: Baker's Chocolate. HEX triplet: 50, 21 and 00. RGB value is (80,33,0). Sum of RGB (Red+Green+Blue) = 80+33+0=113 (14% of max value = 765). Red value is 80 (31.64% from 255 or 70.80% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 80 - color contains mainly: red. Hex color #502100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502100 is #AFDEFF. Grayscale: #2B2B2B. Windows color (decimal): -11525888 or 8528. OLE color: 8528.
HSL color Cylindrical-coordinate representation of color #502100: hue angle of 24.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #502100 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 33 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.69 |
| HSL | 24.75º | 1% | 0.16% | - |
| HSV(B) | 24.75º | 1% | 0.31% | - |
| XYZ | 3.85 | 2.79 | 0.34 | - |
| YUV | 43.29 | 103.57 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 33 | 0 | 0 | 0.59 | 1 | 0.69 | 24.75 | 1 | 0.16 |
| Hex | 50 | 21 | 0 | 0 | 3B | 64 | 45 | 19 | 64 | 10 |
| Octal | 120 | 41 | 0 | 0 | 73 | 144 | 105 | 31 | 144 | 20 |
| Binary | 1010000 | 100001 | 0 | 0 | 111011 | 1100100 | 1000101 | 11001 | 1100100 | 10000 |
Color Harmonies of #502100
Complementary color
Monochromatic Colors of #502100
Black with #502100
Text Example
Text Example
White with #502100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502100; }
p { color: rgb(80,33,0); }
H1.HeaderClassName
{
color: #502100;
}
.AnyTagClassName
{
color: #502100;
}
</style>
background-color css
<style>
a { background-color: #502100; }
a { background-color: rgb(80,33,0); }
div.DivClassName
{
background-color: #502100;
}
.BgClassName
{
background-color: #502100;
}
</style>
border-color css
<style>
span { border-color: #502100; }
span { border-color: rgb(80,33,0); }
td.TdClassName
{
border-color: #502100;
}
.TagClassName
{
border-color: #502100;
}
</style>