Shades of Bronze Olive #534D1F
Tints of Bronze Olive #534D1F
RGB
CMYK
RGB Variations
Color information
#534D1F (or 0x534D1F) is known color: Bronze Olive. HEX triplet: 53, 4D and 1F. RGB value is (83,77,31). Sum of RGB (Red+Green+Blue) = 83+77+31=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 31 (12.5% from 255 or 16.23% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #534D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D1F is #ACB2E0. Grayscale: #494949. Windows color (decimal): -11317985 or 2051411. OLE color: 2051411.
HSL color Cylindrical-coordinate representation of color #534D1F: hue angle of 53.08º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #534D1F is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 77 | 31 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.67 |
| HSL | 53.08º | 0.46% | 0.22% | - |
| HSV(B) | 53.08º | 0.63% | 0.33% | - |
| XYZ | 6.47 | 7.25 | 2.35 | - |
| YUV | 73.55 | 103.99 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 31 | 0 | 0.07 | 0.63 | 0.67 | 53.08 | 0.46 | 0.22 |
| Hex | 53 | 4D | 1F | 0 | 7 | 3F | 43 | 35 | 2E | 16 |
| Octal | 123 | 115 | 37 | 0 | 7 | 77 | 103 | 65 | 56 | 26 |
| Binary | 1010011 | 1001101 | 11111 | 0 | 111 | 111111 | 1000011 | 110101 | 101110 | 10110 |
Color Harmonies of #534D1F
Complementary color
Monochromatic Colors of #534D1F
Black with #534D1F
Text Example
Text Example
White with #534D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D1F; }
p { color: rgb(83,77,31); }
H1.HeaderClassName
{
color: #534D1F;
}
.AnyTagClassName
{
color: #534D1F;
}
</style>
background-color css
<style>
a { background-color: #534D1F; }
a { background-color: rgb(83,77,31); }
div.DivClassName
{
background-color: #534D1F;
}
.BgClassName
{
background-color: #534D1F;
}
</style>
border-color css
<style>
span { border-color: #534D1F; }
span { border-color: rgb(83,77,31); }
td.TdClassName
{
border-color: #534D1F;
}
.TagClassName
{
border-color: #534D1F;
}
</style>