Shades of Baker's Chocolate #502102
Tints of Baker's Chocolate #502102
RGB
CMYK
RGB Variations
Color information
#502102 (or 0x502102) is known color: Baker's Chocolate. HEX triplet: 50, 21 and 02. RGB value is (80,33,2). Sum of RGB (Red+Green+Blue) = 80+33+2=115 (15% of max value = 765). Red value is 80 (31.64% from 255 or 69.57% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 80 - color contains mainly: red. Hex color #502102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502102 is #AFDEFD. Grayscale: #2B2B2B. Windows color (decimal): -11525886 or 139600. OLE color: 139600.
HSL color Cylindrical-coordinate representation of color #502102: hue angle of 23.85º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #502102 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 33 | 2 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.69 |
| HSL | 23.85º | 0.95% | 0.16% | - |
| HSV(B) | 23.85º | 0.98% | 0.31% | - |
| XYZ | 3.86 | 2.8 | 0.39 | - |
| YUV | 43.52 | 104.57 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 33 | 2 | 0 | 0.59 | 0.98 | 0.69 | 23.85 | 0.95 | 0.16 |
| Hex | 50 | 21 | 2 | 0 | 3B | 62 | 45 | 18 | 5F | 10 |
| Octal | 120 | 41 | 2 | 0 | 73 | 142 | 105 | 30 | 137 | 20 |
| Binary | 1010000 | 100001 | 10 | 0 | 111011 | 1100010 | 1000101 | 11000 | 1011111 | 10000 |
Color Harmonies of #502102
Complementary color
Monochromatic Colors of #502102
Black with #502102
Text Example
Text Example
White with #502102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502102; }
p { color: rgb(80,33,2); }
H1.HeaderClassName
{
color: #502102;
}
.AnyTagClassName
{
color: #502102;
}
</style>
background-color css
<style>
a { background-color: #502102; }
a { background-color: rgb(80,33,2); }
div.DivClassName
{
background-color: #502102;
}
.BgClassName
{
background-color: #502102;
}
</style>
border-color css
<style>
span { border-color: #502102; }
span { border-color: rgb(80,33,2); }
td.TdClassName
{
border-color: #502102;
}
.TagClassName
{
border-color: #502102;
}
</style>