Shades of Baker's Chocolate #503200
Tints of Baker's Chocolate #503200
RGB
CMYK
RGB Variations
Color information
#503200 (or 0x503200) is known color: Baker's Chocolate. HEX triplet: 50, 32 and 00. RGB value is (80,50,0). Sum of RGB (Red+Green+Blue) = 80+50+0=130 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.54% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 80 - color contains mainly: red. Hex color #503200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503200 is #AFCDFF. Grayscale: #353535. Windows color (decimal): -11521536 or 12880. OLE color: 12880.
HSL color Cylindrical-coordinate representation of color #503200: hue angle of 37.5º 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 #503200 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 50 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.69 |
| HSL | 37.5º | 1% | 0.16% | - |
| HSV(B) | 37.5º | 1% | 0.31% | - |
| XYZ | 4.45 | 3.99 | 0.54 | - |
| YUV | 53.27 | 97.94 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 50 | 0 | 0 | 0.37 | 1 | 0.69 | 37.5 | 1 | 0.16 |
| Hex | 50 | 32 | 0 | 0 | 25 | 64 | 45 | 26 | 64 | 10 |
| Octal | 120 | 62 | 0 | 0 | 45 | 144 | 105 | 46 | 144 | 20 |
| Binary | 1010000 | 110010 | 0 | 0 | 100101 | 1100100 | 1000101 | 100110 | 1100100 | 10000 |
Color Harmonies of #503200
Complementary color
Monochromatic Colors of #503200
Black with #503200
Text Example
Text Example
White with #503200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503200; }
p { color: rgb(80,50,0); }
H1.HeaderClassName
{
color: #503200;
}
.AnyTagClassName
{
color: #503200;
}
</style>
background-color css
<style>
a { background-color: #503200; }
a { background-color: rgb(80,50,0); }
div.DivClassName
{
background-color: #503200;
}
.BgClassName
{
background-color: #503200;
}
</style>
border-color css
<style>
span { border-color: #503200; }
span { border-color: rgb(80,50,0); }
td.TdClassName
{
border-color: #503200;
}
.TagClassName
{
border-color: #503200;
}
</style>