Shades of Bronze Olive #534F1F
Tints of Bronze Olive #534F1F
RGB
CMYK
RGB Variations
Color information
#534F1F (or 0x534F1F) is known color: Bronze Olive. HEX triplet: 53, 4F and 1F. RGB value is (83,79,31). Sum of RGB (Red+Green+Blue) = 83+79+31=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #534F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F1F is #ACB0E0. Grayscale: #4A4A4A. Windows color (decimal): -11317473 or 2051923. OLE color: 2051923.
HSL color Cylindrical-coordinate representation of color #534F1F: hue angle of 55.38º 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 #534F1F is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 79 | 31 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.67 |
| HSL | 55.38º | 0.46% | 0.22% | - |
| HSV(B) | 55.38º | 0.63% | 0.33% | - |
| XYZ | 6.61 | 7.53 | 2.4 | - |
| YUV | 74.72 | 103.33 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 31 | 0 | 0.05 | 0.63 | 0.67 | 55.38 | 0.46 | 0.22 |
| Hex | 53 | 4F | 1F | 0 | 5 | 3F | 43 | 37 | 2E | 16 |
| Octal | 123 | 117 | 37 | 0 | 5 | 77 | 103 | 67 | 56 | 26 |
| Binary | 1010011 | 1001111 | 11111 | 0 | 101 | 111111 | 1000011 | 110111 | 101110 | 10110 |
Color Harmonies of #534F1F
Complementary color
Monochromatic Colors of #534F1F
Black with #534F1F
Text Example
Text Example
White with #534F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F1F; }
p { color: rgb(83,79,31); }
H1.HeaderClassName
{
color: #534F1F;
}
.AnyTagClassName
{
color: #534F1F;
}
</style>
background-color css
<style>
a { background-color: #534F1F; }
a { background-color: rgb(83,79,31); }
div.DivClassName
{
background-color: #534F1F;
}
.BgClassName
{
background-color: #534F1F;
}
</style>
border-color css
<style>
span { border-color: #534F1F; }
span { border-color: rgb(83,79,31); }
td.TdClassName
{
border-color: #534F1F;
}
.TagClassName
{
border-color: #534F1F;
}
</style>