Shades of Bronze Olive #53501F
Tints of Bronze Olive #53501F
RGB
CMYK
RGB Variations
Color information
#53501F (or 0x53501F) is known color: Bronze Olive. HEX triplet: 53, 50 and 1F. RGB value is (83,80,31). Sum of RGB (Red+Green+Blue) = 83+80+31=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #53501F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53501F is #ACAFE0. Grayscale: #4B4B4B. Windows color (decimal): -11317217 or 2052179. OLE color: 2052179.
HSL color Cylindrical-coordinate representation of color #53501F: hue angle of 56.54º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53501F is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 80 | 31 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.67 |
| HSL | 56.54º | 0.46% | 0.22% | - |
| HSV(B) | 56.54º | 0.63% | 0.33% | - |
| XYZ | 6.68 | 7.68 | 2.43 | - |
| YUV | 75.31 | 102.99 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 31 | 0 | 0.04 | 0.63 | 0.67 | 56.54 | 0.46 | 0.22 |
| Hex | 53 | 50 | 1F | 0 | 4 | 3F | 43 | 39 | 2E | 16 |
| Octal | 123 | 120 | 37 | 0 | 4 | 77 | 103 | 71 | 56 | 26 |
| Binary | 1010011 | 1010000 | 11111 | 0 | 100 | 111111 | 1000011 | 111001 | 101110 | 10110 |
Color Harmonies of #53501F
Complementary color
Monochromatic Colors of #53501F
Black with #53501F
Text Example
Text Example
White with #53501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53501F; }
p { color: rgb(83,80,31); }
H1.HeaderClassName
{
color: #53501F;
}
.AnyTagClassName
{
color: #53501F;
}
</style>
background-color css
<style>
a { background-color: #53501F; }
a { background-color: rgb(83,80,31); }
div.DivClassName
{
background-color: #53501F;
}
.BgClassName
{
background-color: #53501F;
}
</style>
border-color css
<style>
span { border-color: #53501F; }
span { border-color: rgb(83,80,31); }
td.TdClassName
{
border-color: #53501F;
}
.TagClassName
{
border-color: #53501F;
}
</style>