Shades of Baker's Chocolate #502402
Tints of Baker's Chocolate #502402
RGB
CMYK
RGB Variations
Color information
#502402 (or 0x502402) is known color: Baker's Chocolate. HEX triplet: 50, 24 and 02. RGB value is (80,36,2). Sum of RGB (Red+Green+Blue) = 80+36+2=118 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.80% from 118); Green value is 36 (14.45% from 255 or 30.51% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 80 - color contains mainly: red. Hex color #502402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502402 is #AFDBFD. Grayscale: #2D2D2D. Windows color (decimal): -11525118 or 140368. OLE color: 140368.
HSL color Cylindrical-coordinate representation of color #502402: hue angle of 26.15º 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 #502402 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 36 | 2 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.69 |
| HSL | 26.15º | 0.95% | 0.16% | - |
| HSV(B) | 26.15º | 0.98% | 0.31% | - |
| XYZ | 3.95 | 2.97 | 0.42 | - |
| YUV | 45.28 | 103.58 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 36 | 2 | 0 | 0.55 | 0.98 | 0.69 | 26.15 | 0.95 | 0.16 |
| Hex | 50 | 24 | 2 | 0 | 37 | 62 | 45 | 1A | 5F | 10 |
| Octal | 120 | 44 | 2 | 0 | 67 | 142 | 105 | 32 | 137 | 20 |
| Binary | 1010000 | 100100 | 10 | 0 | 110111 | 1100010 | 1000101 | 11010 | 1011111 | 10000 |
Color Harmonies of #502402
Complementary color
Monochromatic Colors of #502402
Black with #502402
Text Example
Text Example
White with #502402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502402; }
p { color: rgb(80,36,2); }
H1.HeaderClassName
{
color: #502402;
}
.AnyTagClassName
{
color: #502402;
}
</style>
background-color css
<style>
a { background-color: #502402; }
a { background-color: rgb(80,36,2); }
div.DivClassName
{
background-color: #502402;
}
.BgClassName
{
background-color: #502402;
}
</style>
border-color css
<style>
span { border-color: #502402; }
span { border-color: rgb(80,36,2); }
td.TdClassName
{
border-color: #502402;
}
.TagClassName
{
border-color: #502402;
}
</style>