Shades of Baker's Chocolate #503502
Tints of Baker's Chocolate #503502
RGB
CMYK
RGB Variations
Color information
#503502 (or 0x503502) is known color: Baker's Chocolate. HEX triplet: 50, 35 and 02. RGB value is (80,53,2). Sum of RGB (Red+Green+Blue) = 80+53+2=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #503502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503502 is #AFCAFD. Grayscale: #373737. Windows color (decimal): -11520766 or 144720. OLE color: 144720.
HSL color Cylindrical-coordinate representation of color #503502: hue angle of 39.23º 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 #503502 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 53 | 2 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.69 |
| HSL | 39.23º | 0.95% | 0.16% | - |
| HSV(B) | 39.23º | 0.98% | 0.31% | - |
| XYZ | 4.59 | 4.26 | 0.64 | - |
| YUV | 55.26 | 97.95 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 53 | 2 | 0 | 0.34 | 0.98 | 0.69 | 39.23 | 0.95 | 0.16 |
| Hex | 50 | 35 | 2 | 0 | 22 | 62 | 45 | 27 | 5F | 10 |
| Octal | 120 | 65 | 2 | 0 | 42 | 142 | 105 | 47 | 137 | 20 |
| Binary | 1010000 | 110101 | 10 | 0 | 100010 | 1100010 | 1000101 | 100111 | 1011111 | 10000 |
Color Harmonies of #503502
Complementary color
Monochromatic Colors of #503502
Black with #503502
Text Example
Text Example
White with #503502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503502; }
p { color: rgb(80,53,2); }
H1.HeaderClassName
{
color: #503502;
}
.AnyTagClassName
{
color: #503502;
}
</style>
background-color css
<style>
a { background-color: #503502; }
a { background-color: rgb(80,53,2); }
div.DivClassName
{
background-color: #503502;
}
.BgClassName
{
background-color: #503502;
}
</style>
border-color css
<style>
span { border-color: #503502; }
span { border-color: rgb(80,53,2); }
td.TdClassName
{
border-color: #503502;
}
.TagClassName
{
border-color: #503502;
}
</style>