Shades of Deep Bronze #504230
Tints of Deep Bronze #504230
RGB
CMYK
RGB Variations
Color information
#504230 (or 0x504230) is known color: Deep Bronze. HEX triplet: 50, 42 and 30. RGB value is (80,66,48). Sum of RGB (Red+Green+Blue) = 80+66+48=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 80 - color contains mainly: red. Hex color #504230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504230 is #AFBDCF. Grayscale: #444444. Windows color (decimal): -11517392 or 3162704. OLE color: 3162704.
HSL color Cylindrical-coordinate representation of color #504230: hue angle of 33.75º 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 #504230 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 66 | 48 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.69 |
| HSL | 33.75º | 0.25% | 0.25% | - |
| HSV(B) | 33.75º | 0.4% | 0.31% | - |
| XYZ | 5.79 | 5.82 | 3.61 | - |
| YUV | 68.13 | 116.64 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 66 | 48 | 0 | 0.17 | 0.40 | 0.69 | 33.75 | 0.25 | 0.25 |
| Hex | 50 | 42 | 30 | 0 | 11 | 28 | 45 | 22 | 19 | 19 |
| Octal | 120 | 102 | 60 | 0 | 21 | 50 | 105 | 42 | 31 | 31 |
| Binary | 1010000 | 1000010 | 110000 | 0 | 10001 | 101000 | 1000101 | 100010 | 11001 | 11001 |
Color Harmonies of #504230
Complementary color
Monochromatic Colors of #504230
Black with #504230
Text Example
Text Example
White with #504230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504230; }
p { color: rgb(80,66,48); }
H1.HeaderClassName
{
color: #504230;
}
.AnyTagClassName
{
color: #504230;
}
</style>
background-color css
<style>
a { background-color: #504230; }
a { background-color: rgb(80,66,48); }
div.DivClassName
{
background-color: #504230;
}
.BgClassName
{
background-color: #504230;
}
</style>
border-color css
<style>
span { border-color: #504230; }
span { border-color: rgb(80,66,48); }
td.TdClassName
{
border-color: #504230;
}
.TagClassName
{
border-color: #504230;
}
</style>