Shades of Baker's Chocolate #502C02
Tints of Baker's Chocolate #502C02
RGB
CMYK
RGB Variations
Color information
#502C02 (or 0x502C02) is known color: Baker's Chocolate. HEX triplet: 50, 2C and 02. RGB value is (80,44,2). Sum of RGB (Red+Green+Blue) = 80+44+2=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 44 (17.58% from 255 or 34.92% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #502C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502C02 is #AFD3FD. Grayscale: #323232. Windows color (decimal): -11523070 or 142416. OLE color: 142416.
HSL color Cylindrical-coordinate representation of color #502C02: hue angle of 32.31º 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 #502C02 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 44 | 2 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.69 |
| HSL | 32.31º | 0.95% | 0.16% | - |
| HSV(B) | 32.31º | 0.98% | 0.31% | - |
| XYZ | 4.22 | 3.51 | 0.51 | - |
| YUV | 49.98 | 100.93 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 44 | 2 | 0 | 0.45 | 0.98 | 0.69 | 32.31 | 0.95 | 0.16 |
| Hex | 50 | 2C | 2 | 0 | 2D | 62 | 45 | 20 | 5F | 10 |
| Octal | 120 | 54 | 2 | 0 | 55 | 142 | 105 | 40 | 137 | 20 |
| Binary | 1010000 | 101100 | 10 | 0 | 101101 | 1100010 | 1000101 | 100000 | 1011111 | 10000 |
Color Harmonies of #502C02
Complementary color
Monochromatic Colors of #502C02
Black with #502C02
Text Example
Text Example
White with #502C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502C02; }
p { color: rgb(80,44,2); }
H1.HeaderClassName
{
color: #502C02;
}
.AnyTagClassName
{
color: #502C02;
}
</style>
background-color css
<style>
a { background-color: #502C02; }
a { background-color: rgb(80,44,2); }
div.DivClassName
{
background-color: #502C02;
}
.BgClassName
{
background-color: #502C02;
}
</style>
border-color css
<style>
span { border-color: #502C02; }
span { border-color: rgb(80,44,2); }
td.TdClassName
{
border-color: #502C02;
}
.TagClassName
{
border-color: #502C02;
}
</style>