Shades of Bronze Olive #53461E
Tints of Bronze Olive #53461E
RGB
CMYK
RGB Variations
Color information
#53461E (or 0x53461E) is known color: Bronze Olive. HEX triplet: 53, 46 and 1E. RGB value is (83,70,30). Sum of RGB (Red+Green+Blue) = 83+70+30=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #53461E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53461E is #ACB9E1. Grayscale: #454545. Windows color (decimal): -11319778 or 1984083. OLE color: 1984083.
HSL color Cylindrical-coordinate representation of color #53461E: hue angle of 45.28º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53461E is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 70 | 30 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.67 |
| HSL | 45.28º | 0.47% | 0.22% | - |
| HSV(B) | 45.28º | 0.64% | 0.33% | - |
| XYZ | 5.99 | 6.31 | 2.13 | - |
| YUV | 69.33 | 105.81 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 70 | 30 | 0 | 0.16 | 0.64 | 0.67 | 45.28 | 0.47 | 0.22 |
| Hex | 53 | 46 | 1E | 0 | 10 | 40 | 43 | 2D | 2F | 16 |
| Octal | 123 | 106 | 36 | 0 | 20 | 100 | 103 | 55 | 57 | 26 |
| Binary | 1010011 | 1000110 | 11110 | 0 | 10000 | 1000000 | 1000011 | 101101 | 101111 | 10110 |
Color Harmonies of #53461E
Complementary color
Monochromatic Colors of #53461E
Black with #53461E
Text Example
Text Example
White with #53461E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53461E; }
p { color: rgb(83,70,30); }
H1.HeaderClassName
{
color: #53461E;
}
.AnyTagClassName
{
color: #53461E;
}
</style>
background-color css
<style>
a { background-color: #53461E; }
a { background-color: rgb(83,70,30); }
div.DivClassName
{
background-color: #53461E;
}
.BgClassName
{
background-color: #53461E;
}
</style>
border-color css
<style>
span { border-color: #53461E; }
span { border-color: rgb(83,70,30); }
td.TdClassName
{
border-color: #53461E;
}
.TagClassName
{
border-color: #53461E;
}
</style>