Shades of Deep Bronze #504130
Tints of Deep Bronze #504130
RGB
CMYK
RGB Variations
Color information
#504130 (or 0x504130) is known color: Deep Bronze. HEX triplet: 50, 41 and 30. RGB value is (80,65,48). Sum of RGB (Red+Green+Blue) = 80+65+48=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 80 - color contains mainly: red. Hex color #504130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504130 is #AFBECF. Grayscale: #434343. Windows color (decimal): -11517648 or 3162448. OLE color: 3162448.
HSL color Cylindrical-coordinate representation of color #504130: hue angle of 31.88º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #504130 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 65 | 48 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.69 |
| HSL | 31.88º | 0.25% | 0.25% | - |
| HSV(B) | 31.88º | 0.4% | 0.31% | - |
| XYZ | 5.73 | 5.7 | 3.59 | - |
| YUV | 67.55 | 116.97 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 48 | 0 | 0.19 | 0.40 | 0.69 | 31.88 | 0.25 | 0.25 |
| Hex | 50 | 41 | 30 | 0 | 13 | 28 | 45 | 20 | 19 | 19 |
| Octal | 120 | 101 | 60 | 0 | 23 | 50 | 105 | 40 | 31 | 31 |
| Binary | 1010000 | 1000001 | 110000 | 0 | 10011 | 101000 | 1000101 | 100000 | 11001 | 11001 |
Color Harmonies of #504130
Complementary color
Monochromatic Colors of #504130
Black with #504130
Text Example
Text Example
White with #504130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504130; }
p { color: rgb(80,65,48); }
H1.HeaderClassName
{
color: #504130;
}
.AnyTagClassName
{
color: #504130;
}
</style>
background-color css
<style>
a { background-color: #504130; }
a { background-color: rgb(80,65,48); }
div.DivClassName
{
background-color: #504130;
}
.BgClassName
{
background-color: #504130;
}
</style>
border-color css
<style>
span { border-color: #504130; }
span { border-color: rgb(80,65,48); }
td.TdClassName
{
border-color: #504130;
}
.TagClassName
{
border-color: #504130;
}
</style>