Shades of Bronze Olive #53451E
Tints of Bronze Olive #53451E
RGB
CMYK
RGB Variations
Color information
#53451E (or 0x53451E) is known color: Bronze Olive. HEX triplet: 53, 45 and 1E. RGB value is (83,69,30). Sum of RGB (Red+Green+Blue) = 83+69+30=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #53451E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53451E is #ACBAE1. Grayscale: #444444. Windows color (decimal): -11320034 or 1983827. OLE color: 1983827.
HSL color Cylindrical-coordinate representation of color #53451E: hue angle of 44.15º 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 #53451E is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 69 | 30 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.67 |
| HSL | 44.15º | 0.47% | 0.22% | - |
| HSV(B) | 44.15º | 0.64% | 0.33% | - |
| XYZ | 5.93 | 6.19 | 2.11 | - |
| YUV | 68.74 | 106.14 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 69 | 30 | 0 | 0.17 | 0.64 | 0.67 | 44.15 | 0.47 | 0.22 |
| Hex | 53 | 45 | 1E | 0 | 11 | 40 | 43 | 2C | 2F | 16 |
| Octal | 123 | 105 | 36 | 0 | 21 | 100 | 103 | 54 | 57 | 26 |
| Binary | 1010011 | 1000101 | 11110 | 0 | 10001 | 1000000 | 1000011 | 101100 | 101111 | 10110 |
Color Harmonies of #53451E
Complementary color
Monochromatic Colors of #53451E
Black with #53451E
Text Example
Text Example
White with #53451E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53451E; }
p { color: rgb(83,69,30); }
H1.HeaderClassName
{
color: #53451E;
}
.AnyTagClassName
{
color: #53451E;
}
</style>
background-color css
<style>
a { background-color: #53451E; }
a { background-color: rgb(83,69,30); }
div.DivClassName
{
background-color: #53451E;
}
.BgClassName
{
background-color: #53451E;
}
</style>
border-color css
<style>
span { border-color: #53451E; }
span { border-color: rgb(83,69,30); }
td.TdClassName
{
border-color: #53451E;
}
.TagClassName
{
border-color: #53451E;
}
</style>