Shades of Bronze Olive #534919
Tints of Bronze Olive #534919
RGB
CMYK
RGB Variations
Color information
#534919 (or 0x534919) is known color: Bronze Olive. HEX triplet: 53, 49 and 19. RGB value is (83,73,25). Sum of RGB (Red+Green+Blue) = 83+73+25=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #534919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534919 is #ACB6E6. Grayscale: #464646. Windows color (decimal): -11319015 or 1657171. OLE color: 1657171.
HSL color Cylindrical-coordinate representation of color #534919: hue angle of 49.66º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #534919 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 73 | 25 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.67 |
| HSL | 49.66º | 0.54% | 0.21% | - |
| HSV(B) | 49.66º | 0.7% | 0.33% | - |
| XYZ | 6.13 | 6.67 | 1.89 | - |
| YUV | 70.52 | 102.31 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 25 | 0 | 0.12 | 0.70 | 0.67 | 49.66 | 0.54 | 0.21 |
| Hex | 53 | 49 | 19 | 0 | C | 46 | 43 | 32 | 36 | 15 |
| Octal | 123 | 111 | 31 | 0 | 14 | 106 | 103 | 62 | 66 | 25 |
| Binary | 1010011 | 1001001 | 11001 | 0 | 1100 | 1000110 | 1000011 | 110010 | 110110 | 10101 |
Color Harmonies of #534919
Complementary color
Monochromatic Colors of #534919
Black with #534919
Text Example
Text Example
White with #534919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534919; }
p { color: rgb(83,73,25); }
H1.HeaderClassName
{
color: #534919;
}
.AnyTagClassName
{
color: #534919;
}
</style>
background-color css
<style>
a { background-color: #534919; }
a { background-color: rgb(83,73,25); }
div.DivClassName
{
background-color: #534919;
}
.BgClassName
{
background-color: #534919;
}
</style>
border-color css
<style>
span { border-color: #534919; }
span { border-color: rgb(83,73,25); }
td.TdClassName
{
border-color: #534919;
}
.TagClassName
{
border-color: #534919;
}
</style>