Shades of Baker's Chocolate #502D02
Tints of Baker's Chocolate #502D02
RGB
CMYK
RGB Variations
Color information
#502D02 (or 0x502D02) is known color: Baker's Chocolate. HEX triplet: 50, 2D and 02. RGB value is (80,45,2). Sum of RGB (Red+Green+Blue) = 80+45+2=127 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.99% from 127); Green value is 45 (17.97% from 255 or 35.43% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 80 - color contains mainly: red. Hex color #502D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502D02 is #AFD2FD. Grayscale: #323232. Windows color (decimal): -11522814 or 142672. OLE color: 142672.
HSL color Cylindrical-coordinate representation of color #502D02: hue angle of 33.08º 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 #502D02 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 45 | 2 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.69 |
| HSL | 33.08º | 0.95% | 0.16% | - |
| HSV(B) | 33.08º | 0.98% | 0.31% | - |
| XYZ | 4.26 | 3.59 | 0.53 | - |
| YUV | 50.56 | 100.6 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 45 | 2 | 0 | 0.44 | 0.98 | 0.69 | 33.08 | 0.95 | 0.16 |
| Hex | 50 | 2D | 2 | 0 | 2C | 62 | 45 | 21 | 5F | 10 |
| Octal | 120 | 55 | 2 | 0 | 54 | 142 | 105 | 41 | 137 | 20 |
| Binary | 1010000 | 101101 | 10 | 0 | 101100 | 1100010 | 1000101 | 100001 | 1011111 | 10000 |
Color Harmonies of #502D02
Complementary color
Monochromatic Colors of #502D02
Black with #502D02
Text Example
Text Example
White with #502D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502D02; }
p { color: rgb(80,45,2); }
H1.HeaderClassName
{
color: #502D02;
}
.AnyTagClassName
{
color: #502D02;
}
</style>
background-color css
<style>
a { background-color: #502D02; }
a { background-color: rgb(80,45,2); }
div.DivClassName
{
background-color: #502D02;
}
.BgClassName
{
background-color: #502D02;
}
</style>
border-color css
<style>
span { border-color: #502D02; }
span { border-color: rgb(80,45,2); }
td.TdClassName
{
border-color: #502D02;
}
.TagClassName
{
border-color: #502D02;
}
</style>