Shades of Bronze Olive #53450E
Tints of Bronze Olive #53450E
RGB
CMYK
RGB Variations
Color information
#53450E (or 0x53450E) is known color: Bronze Olive. HEX triplet: 53, 45 and 0E. RGB value is (83,69,14). Sum of RGB (Red+Green+Blue) = 83+69+14=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 14 (5.86% from 255 or 8.43% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #53450E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53450E is #ACBAF1. Grayscale: #434343. Windows color (decimal): -11320050 or 935251. OLE color: 935251.
HSL color Cylindrical-coordinate representation of color #53450E: hue angle of 47.83º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #53450E is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 69 | 14 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.67 |
| HSL | 47.83º | 0.71% | 0.19% | - |
| HSV(B) | 47.83º | 0.83% | 0.33% | - |
| XYZ | 5.77 | 6.13 | 1.29 | - |
| YUV | 66.92 | 98.14 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 69 | 14 | 0 | 0.17 | 0.83 | 0.67 | 47.83 | 0.71 | 0.19 |
| Hex | 53 | 45 | E | 0 | 11 | 53 | 43 | 30 | 47 | 13 |
| Octal | 123 | 105 | 16 | 0 | 21 | 123 | 103 | 60 | 107 | 23 |
| Binary | 1010011 | 1000101 | 1110 | 0 | 10001 | 1010011 | 1000011 | 110000 | 1000111 | 10011 |
Color Harmonies of #53450E
Complementary color
Monochromatic Colors of #53450E
Black with #53450E
Text Example
Text Example
White with #53450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53450E; }
p { color: rgb(83,69,14); }
H1.HeaderClassName
{
color: #53450E;
}
.AnyTagClassName
{
color: #53450E;
}
</style>
background-color css
<style>
a { background-color: #53450E; }
a { background-color: rgb(83,69,14); }
div.DivClassName
{
background-color: #53450E;
}
.BgClassName
{
background-color: #53450E;
}
</style>
border-color css
<style>
span { border-color: #53450E; }
span { border-color: rgb(83,69,14); }
td.TdClassName
{
border-color: #53450E;
}
.TagClassName
{
border-color: #53450E;
}
</style>