Shades of Baker's Chocolate #502F03
Tints of Baker's Chocolate #502F03
RGB
CMYK
RGB Variations
Color information
#502F03 (or 0x502F03) is known color: Baker's Chocolate. HEX triplet: 50, 2F and 03. RGB value is (80,47,3). Sum of RGB (Red+Green+Blue) = 80+47+3=130 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.54% from 130); Green value is 47 (18.75% from 255 or 36.15% from 130); Blue value is 3 (1.56% from 255 or 2.31% from 130); Max value from RGB is 80 - color contains mainly: red. Hex color #502F03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502F03 is #AFD0FC. Grayscale: #343434. Windows color (decimal): -11522301 or 208720. OLE color: 208720.
HSL color Cylindrical-coordinate representation of color #502F03: hue angle of 34.29º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #502F03 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 47 | 3 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.69 |
| HSL | 34.29º | 0.93% | 0.16% | - |
| HSV(B) | 34.29º | 0.96% | 0.31% | - |
| XYZ | 4.34 | 3.75 | 0.58 | - |
| YUV | 51.85 | 100.43 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 3 | 0 | 0.41 | 0.96 | 0.69 | 34.29 | 0.93 | 0.16 |
| Hex | 50 | 2F | 3 | 0 | 29 | 60 | 45 | 22 | 5D | 10 |
| Octal | 120 | 57 | 3 | 0 | 51 | 140 | 105 | 42 | 135 | 20 |
| Binary | 1010000 | 101111 | 11 | 0 | 101001 | 1100000 | 1000101 | 100010 | 1011101 | 10000 |
Color Harmonies of #502F03
Complementary color
Monochromatic Colors of #502F03
Black with #502F03
Text Example
Text Example
White with #502F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502F03; }
p { color: rgb(80,47,3); }
H1.HeaderClassName
{
color: #502F03;
}
.AnyTagClassName
{
color: #502F03;
}
</style>
background-color css
<style>
a { background-color: #502F03; }
a { background-color: rgb(80,47,3); }
div.DivClassName
{
background-color: #502F03;
}
.BgClassName
{
background-color: #502F03;
}
</style>
border-color css
<style>
span { border-color: #502F03; }
span { border-color: rgb(80,47,3); }
td.TdClassName
{
border-color: #502F03;
}
.TagClassName
{
border-color: #502F03;
}
</style>