Shades of Baker's Chocolate #503500
Tints of Baker's Chocolate #503500
RGB
CMYK
RGB Variations
Color information
#503500 (or 0x503500) is known color: Baker's Chocolate. HEX triplet: 50, 35 and 00. RGB value is (80,53,0). Sum of RGB (Red+Green+Blue) = 80+53+0=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #503500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503500 is #AFCAFF. Grayscale: #373737. Windows color (decimal): -11520768 or 13648. OLE color: 13648.
HSL color Cylindrical-coordinate representation of color #503500: hue angle of 39.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #503500 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 53 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.69 |
| HSL | 39.75º | 1% | 0.16% | - |
| HSV(B) | 39.75º | 1% | 0.31% | - |
| XYZ | 4.58 | 4.25 | 0.58 | - |
| YUV | 55.03 | 96.95 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 53 | 0 | 0 | 0.34 | 1 | 0.69 | 39.75 | 1 | 0.16 |
| Hex | 50 | 35 | 0 | 0 | 22 | 64 | 45 | 28 | 64 | 10 |
| Octal | 120 | 65 | 0 | 0 | 42 | 144 | 105 | 50 | 144 | 20 |
| Binary | 1010000 | 110101 | 0 | 0 | 100010 | 1100100 | 1000101 | 101000 | 1100100 | 10000 |
Color Harmonies of #503500
Complementary color
Monochromatic Colors of #503500
Black with #503500
Text Example
Text Example
White with #503500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503500; }
p { color: rgb(80,53,0); }
H1.HeaderClassName
{
color: #503500;
}
.AnyTagClassName
{
color: #503500;
}
</style>
background-color css
<style>
a { background-color: #503500; }
a { background-color: rgb(80,53,0); }
div.DivClassName
{
background-color: #503500;
}
.BgClassName
{
background-color: #503500;
}
</style>
border-color css
<style>
span { border-color: #503500; }
span { border-color: rgb(80,53,0); }
td.TdClassName
{
border-color: #503500;
}
.TagClassName
{
border-color: #503500;
}
</style>