Shades of Deep Bronze #503D22
Tints of Deep Bronze #503D22
RGB
CMYK
RGB Variations
Color information
#503D22 (or 0x503D22) is known color: Deep Bronze. HEX triplet: 50, 3D and 22. RGB value is (80,61,34). Sum of RGB (Red+Green+Blue) = 80+61+34=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 34 (13.67% from 255 or 19.43% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #503D22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503D22 is #AFC2DD. Grayscale: #3F3F3F. Windows color (decimal): -11518686 or 2243920. OLE color: 2243920.
HSL color Cylindrical-coordinate representation of color #503D22: hue angle of 35.22º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #503D22 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 61 | 34 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.69 |
| HSL | 35.22º | 0.4% | 0.22% | - |
| HSV(B) | 35.22º | 0.58% | 0.31% | - |
| XYZ | 5.27 | 5.16 | 2.23 | - |
| YUV | 63.6 | 111.29 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 34 | 0 | 0.24 | 0.58 | 0.69 | 35.22 | 0.4 | 0.22 |
| Hex | 50 | 3D | 22 | 0 | 18 | 3A | 45 | 23 | 28 | 16 |
| Octal | 120 | 75 | 42 | 0 | 30 | 72 | 105 | 43 | 50 | 26 |
| Binary | 1010000 | 111101 | 100010 | 0 | 11000 | 111010 | 1000101 | 100011 | 101000 | 10110 |
Color Harmonies of #503D22
Complementary color
Monochromatic Colors of #503D22
Black with #503D22
Text Example
Text Example
White with #503D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D22; }
p { color: rgb(80,61,34); }
H1.HeaderClassName
{
color: #503D22;
}
.AnyTagClassName
{
color: #503D22;
}
</style>
background-color css
<style>
a { background-color: #503D22; }
a { background-color: rgb(80,61,34); }
div.DivClassName
{
background-color: #503D22;
}
.BgClassName
{
background-color: #503D22;
}
</style>
border-color css
<style>
span { border-color: #503D22; }
span { border-color: rgb(80,61,34); }
td.TdClassName
{
border-color: #503D22;
}
.TagClassName
{
border-color: #503D22;
}
</style>