Shades of Bronze Olive #53491B
Tints of Bronze Olive #53491B
RGB
CMYK
RGB Variations
Color information
#53491B (or 0x53491B) is known color: Bronze Olive. HEX triplet: 53, 49 and 1B. RGB value is (83,73,27). Sum of RGB (Red+Green+Blue) = 83+73+27=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 27 (10.94% from 255 or 14.75% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #53491B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53491B is #ACB6E4. Grayscale: #464646. Windows color (decimal): -11319013 or 1788243. OLE color: 1788243.
HSL color Cylindrical-coordinate representation of color #53491B: hue angle of 49.29º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53491B is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 73 | 27 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.67 |
| HSL | 49.29º | 0.51% | 0.22% | - |
| HSV(B) | 49.29º | 0.67% | 0.33% | - |
| XYZ | 6.15 | 6.68 | 2 | - |
| YUV | 70.75 | 103.31 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 27 | 0 | 0.12 | 0.67 | 0.67 | 49.29 | 0.51 | 0.22 |
| Hex | 53 | 49 | 1B | 0 | C | 43 | 43 | 31 | 33 | 16 |
| Octal | 123 | 111 | 33 | 0 | 14 | 103 | 103 | 61 | 63 | 26 |
| Binary | 1010011 | 1001001 | 11011 | 0 | 1100 | 1000011 | 1000011 | 110001 | 110011 | 10110 |
Color Harmonies of #53491B
Complementary color
Monochromatic Colors of #53491B
Black with #53491B
Text Example
Text Example
White with #53491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53491B; }
p { color: rgb(83,73,27); }
H1.HeaderClassName
{
color: #53491B;
}
.AnyTagClassName
{
color: #53491B;
}
</style>
background-color css
<style>
a { background-color: #53491B; }
a { background-color: rgb(83,73,27); }
div.DivClassName
{
background-color: #53491B;
}
.BgClassName
{
background-color: #53491B;
}
</style>
border-color css
<style>
span { border-color: #53491B; }
span { border-color: rgb(83,73,27); }
td.TdClassName
{
border-color: #53491B;
}
.TagClassName
{
border-color: #53491B;
}
</style>