Shades of Deep Bronze #504331
Tints of Deep Bronze #504331
RGB
CMYK
RGB Variations
Color information
#504331 (or 0x504331) is known color: Deep Bronze. HEX triplet: 50, 43 and 31. RGB value is (80,67,49). Sum of RGB (Red+Green+Blue) = 80+67+49=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 49 (19.53% from 255 or 25% from 196); Max value from RGB is 80 - color contains mainly: red. Hex color #504331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504331 is #AFBCCE. Grayscale: #444444. Windows color (decimal): -11517135 or 3228496. OLE color: 3228496.
HSL color Cylindrical-coordinate representation of color #504331: hue angle of 34.84º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #504331 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 67 | 49 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.69 |
| HSL | 34.84º | 0.24% | 0.25% | - |
| HSV(B) | 34.84º | 0.39% | 0.31% | - |
| XYZ | 5.87 | 5.94 | 3.74 | - |
| YUV | 68.84 | 116.81 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 67 | 49 | 0 | 0.16 | 0.39 | 0.69 | 34.84 | 0.24 | 0.25 |
| Hex | 50 | 43 | 31 | 0 | 10 | 27 | 45 | 23 | 18 | 19 |
| Octal | 120 | 103 | 61 | 0 | 20 | 47 | 105 | 43 | 30 | 31 |
| Binary | 1010000 | 1000011 | 110001 | 0 | 10000 | 100111 | 1000101 | 100011 | 11000 | 11001 |
Color Harmonies of #504331
Complementary color
Monochromatic Colors of #504331
Black with #504331
Text Example
Text Example
White with #504331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504331; }
p { color: rgb(80,67,49); }
H1.HeaderClassName
{
color: #504331;
}
.AnyTagClassName
{
color: #504331;
}
</style>
background-color css
<style>
a { background-color: #504331; }
a { background-color: rgb(80,67,49); }
div.DivClassName
{
background-color: #504331;
}
.BgClassName
{
background-color: #504331;
}
</style>
border-color css
<style>
span { border-color: #504331; }
span { border-color: rgb(80,67,49); }
td.TdClassName
{
border-color: #504331;
}
.TagClassName
{
border-color: #504331;
}
</style>