Shades of Bronze Olive #534A0F
Tints of Bronze Olive #534A0F
RGB
CMYK
RGB Variations
Color information
#534A0F (or 0x534A0F) is known color: Bronze Olive. HEX triplet: 53, 4A and 0F. RGB value is (83,74,15). Sum of RGB (Red+Green+Blue) = 83+74+15=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 74 (29.30% from 255 or 43.02% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #534A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534A0F is #ACB5F0. Grayscale: #464646. Windows color (decimal): -11318769 or 1002067. OLE color: 1002067.
HSL color Cylindrical-coordinate representation of color #534A0F: hue angle of 52.06º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #534A0F is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 74 | 15 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.67 |
| HSL | 52.06º | 0.69% | 0.19% | - |
| HSV(B) | 52.06º | 0.82% | 0.33% | - |
| XYZ | 6.1 | 6.77 | 1.44 | - |
| YUV | 69.97 | 96.98 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 15 | 0 | 0.11 | 0.82 | 0.67 | 52.06 | 0.69 | 0.19 |
| Hex | 53 | 4A | F | 0 | B | 52 | 43 | 34 | 45 | 13 |
| Octal | 123 | 112 | 17 | 0 | 13 | 122 | 103 | 64 | 105 | 23 |
| Binary | 1010011 | 1001010 | 1111 | 0 | 1011 | 1010010 | 1000011 | 110100 | 1000101 | 10011 |
Color Harmonies of #534A0F
Complementary color
Monochromatic Colors of #534A0F
Black with #534A0F
Text Example
Text Example
White with #534A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534A0F; }
p { color: rgb(83,74,15); }
H1.HeaderClassName
{
color: #534A0F;
}
.AnyTagClassName
{
color: #534A0F;
}
</style>
background-color css
<style>
a { background-color: #534A0F; }
a { background-color: rgb(83,74,15); }
div.DivClassName
{
background-color: #534A0F;
}
.BgClassName
{
background-color: #534A0F;
}
</style>
border-color css
<style>
span { border-color: #534A0F; }
span { border-color: rgb(83,74,15); }
td.TdClassName
{
border-color: #534A0F;
}
.TagClassName
{
border-color: #534A0F;
}
</style>