Shades of Bronze Olive #534A0D
Tints of Bronze Olive #534A0D
RGB
CMYK
RGB Variations
Color information
#534A0D (or 0x534A0D) is known color: Bronze Olive. HEX triplet: 53, 4A and 0D. RGB value is (83,74,13). Sum of RGB (Red+Green+Blue) = 83+74+13=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 74 (29.30% from 255 or 43.53% from 170); Blue value is 13 (5.47% from 255 or 7.65% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #534A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534A0D is #ACB5F2. Grayscale: #454545. Windows color (decimal): -11318771 or 870995. OLE color: 870995.
HSL color Cylindrical-coordinate representation of color #534A0D: hue angle of 52.29º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #534A0D is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 74 | 13 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.67 |
| HSL | 52.29º | 0.73% | 0.19% | - |
| HSV(B) | 52.29º | 0.84% | 0.33% | - |
| XYZ | 6.09 | 6.77 | 1.37 | - |
| YUV | 69.74 | 95.98 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 13 | 0 | 0.11 | 0.84 | 0.67 | 52.29 | 0.73 | 0.19 |
| Hex | 53 | 4A | D | 0 | B | 54 | 43 | 34 | 49 | 13 |
| Octal | 123 | 112 | 15 | 0 | 13 | 124 | 103 | 64 | 111 | 23 |
| Binary | 1010011 | 1001010 | 1101 | 0 | 1011 | 1010100 | 1000011 | 110100 | 1001001 | 10011 |
Color Harmonies of #534A0D
Complementary color
Monochromatic Colors of #534A0D
Black with #534A0D
Text Example
Text Example
White with #534A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534A0D; }
p { color: rgb(83,74,13); }
H1.HeaderClassName
{
color: #534A0D;
}
.AnyTagClassName
{
color: #534A0D;
}
</style>
background-color css
<style>
a { background-color: #534A0D; }
a { background-color: rgb(83,74,13); }
div.DivClassName
{
background-color: #534A0D;
}
.BgClassName
{
background-color: #534A0D;
}
</style>
border-color css
<style>
span { border-color: #534A0D; }
span { border-color: rgb(83,74,13); }
td.TdClassName
{
border-color: #534A0D;
}
.TagClassName
{
border-color: #534A0D;
}
</style>