Shades of Bronze Olive #53491F
Tints of Bronze Olive #53491F
RGB
CMYK
RGB Variations
Color information
#53491F (or 0x53491F) is known color: Bronze Olive. HEX triplet: 53, 49 and 1F. RGB value is (83,73,31). Sum of RGB (Red+Green+Blue) = 83+73+31=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #53491F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53491F is #ACB6E0. Grayscale: #474747. Windows color (decimal): -11319009 or 2050387. OLE color: 2050387.
HSL color Cylindrical-coordinate representation of color #53491F: hue angle of 48.46º 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 #53491F is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 73 | 31 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.67 |
| HSL | 48.46º | 0.46% | 0.22% | - |
| HSV(B) | 48.46º | 0.63% | 0.33% | - |
| XYZ | 6.2 | 6.7 | 2.26 | - |
| YUV | 71.2 | 105.31 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 31 | 0 | 0.12 | 0.63 | 0.67 | 48.46 | 0.46 | 0.22 |
| Hex | 53 | 49 | 1F | 0 | C | 3F | 43 | 30 | 2E | 16 |
| Octal | 123 | 111 | 37 | 0 | 14 | 77 | 103 | 60 | 56 | 26 |
| Binary | 1010011 | 1001001 | 11111 | 0 | 1100 | 111111 | 1000011 | 110000 | 101110 | 10110 |
Color Harmonies of #53491F
Complementary color
Monochromatic Colors of #53491F
Black with #53491F
Text Example
Text Example
White with #53491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53491F; }
p { color: rgb(83,73,31); }
H1.HeaderClassName
{
color: #53491F;
}
.AnyTagClassName
{
color: #53491F;
}
</style>
background-color css
<style>
a { background-color: #53491F; }
a { background-color: rgb(83,73,31); }
div.DivClassName
{
background-color: #53491F;
}
.BgClassName
{
background-color: #53491F;
}
</style>
border-color css
<style>
span { border-color: #53491F; }
span { border-color: rgb(83,73,31); }
td.TdClassName
{
border-color: #53491F;
}
.TagClassName
{
border-color: #53491F;
}
</style>