Shades of Baker's Chocolate #503207
Tints of Baker's Chocolate #503207
RGB
CMYK
RGB Variations
Color information
#503207 (or 0x503207) is known color: Baker's Chocolate. HEX triplet: 50, 32 and 07. RGB value is (80,50,7). Sum of RGB (Red+Green+Blue) = 80+50+7=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 7 (3.12% from 255 or 5.11% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #503207 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503207 is #AFCDF8. Grayscale: #363636. Windows color (decimal): -11521529 or 471632. OLE color: 471632.
HSL color Cylindrical-coordinate representation of color #503207: hue angle of 35.34º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #503207 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 50 | 7 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.69 |
| HSL | 35.34º | 0.84% | 0.17% | - |
| HSV(B) | 35.34º | 0.91% | 0.31% | - |
| XYZ | 4.49 | 4 | 0.74 | - |
| YUV | 54.07 | 101.44 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 50 | 7 | 0 | 0.37 | 0.91 | 0.69 | 35.34 | 0.84 | 0.17 |
| Hex | 50 | 32 | 7 | 0 | 25 | 5B | 45 | 23 | 54 | 11 |
| Octal | 120 | 62 | 7 | 0 | 45 | 133 | 105 | 43 | 124 | 21 |
| Binary | 1010000 | 110010 | 111 | 0 | 100101 | 1011011 | 1000101 | 100011 | 1010100 | 10001 |
Color Harmonies of #503207
Complementary color
Monochromatic Colors of #503207
Black with #503207
Text Example
Text Example
White with #503207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503207; }
p { color: rgb(80,50,7); }
H1.HeaderClassName
{
color: #503207;
}
.AnyTagClassName
{
color: #503207;
}
</style>
background-color css
<style>
a { background-color: #503207; }
a { background-color: rgb(80,50,7); }
div.DivClassName
{
background-color: #503207;
}
.BgClassName
{
background-color: #503207;
}
</style>
border-color css
<style>
span { border-color: #503207; }
span { border-color: rgb(80,50,7); }
td.TdClassName
{
border-color: #503207;
}
.TagClassName
{
border-color: #503207;
}
</style>