Shades of Bronze Olive #534703
Tints of Bronze Olive #534703
RGB
CMYK
RGB Variations
Color information
#534703 (or 0x534703) is known color: Bronze Olive. HEX triplet: 53, 47 and 03. RGB value is (83,71,3). Sum of RGB (Red+Green+Blue) = 83+71+3=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #534703 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534703 is #ACB8FC. Grayscale: #434343. Windows color (decimal): -11319549 or 214867. OLE color: 214867.
HSL color Cylindrical-coordinate representation of color #534703: hue angle of 51º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #534703 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 71 | 3 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.67 |
| HSL | 51º | 0.93% | 0.17% | - |
| HSV(B) | 51º | 0.96% | 0.33% | - |
| XYZ | 5.84 | 6.35 | 1 | - |
| YUV | 66.84 | 91.98 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 71 | 3 | 0 | 0.14 | 0.96 | 0.67 | 51 | 0.93 | 0.17 |
| Hex | 53 | 47 | 3 | 0 | E | 60 | 43 | 33 | 5D | 11 |
| Octal | 123 | 107 | 3 | 0 | 16 | 140 | 103 | 63 | 135 | 21 |
| Binary | 1010011 | 1000111 | 11 | 0 | 1110 | 1100000 | 1000011 | 110011 | 1011101 | 10001 |
Color Harmonies of #534703
Complementary color
Monochromatic Colors of #534703
Black with #534703
Text Example
Text Example
White with #534703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534703; }
p { color: rgb(83,71,3); }
H1.HeaderClassName
{
color: #534703;
}
.AnyTagClassName
{
color: #534703;
}
</style>
background-color css
<style>
a { background-color: #534703; }
a { background-color: rgb(83,71,3); }
div.DivClassName
{
background-color: #534703;
}
.BgClassName
{
background-color: #534703;
}
</style>
border-color css
<style>
span { border-color: #534703; }
span { border-color: rgb(83,71,3); }
td.TdClassName
{
border-color: #534703;
}
.TagClassName
{
border-color: #534703;
}
</style>