Shades of Bronze Olive #534723
Tints of Bronze Olive #534723
RGB
CMYK
RGB Variations
Color information
#534723 (or 0x534723) is known color: Bronze Olive. HEX triplet: 53, 47 and 23. RGB value is (83,71,35). Sum of RGB (Red+Green+Blue) = 83+71+35=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 35 (14.06% from 255 or 18.52% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #534723 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534723 is #ACB8DC. Grayscale: #464646. Windows color (decimal): -11319517 or 2312019. OLE color: 2312019.
HSL color Cylindrical-coordinate representation of color #534723: hue angle of 45º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #534723 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 71 | 35 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.67 |
| HSL | 45º | 0.41% | 0.23% | - |
| HSV(B) | 45º | 0.58% | 0.33% | - |
| XYZ | 6.12 | 6.47 | 2.52 | - |
| YUV | 70.48 | 107.98 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 71 | 35 | 0 | 0.14 | 0.58 | 0.67 | 45 | 0.41 | 0.23 |
| Hex | 53 | 47 | 23 | 0 | E | 3A | 43 | 2D | 29 | 17 |
| Octal | 123 | 107 | 43 | 0 | 16 | 72 | 103 | 55 | 51 | 27 |
| Binary | 1010011 | 1000111 | 100011 | 0 | 1110 | 111010 | 1000011 | 101101 | 101001 | 10111 |
Color Harmonies of #534723
Complementary color
Monochromatic Colors of #534723
Black with #534723
Text Example
Text Example
White with #534723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534723; }
p { color: rgb(83,71,35); }
H1.HeaderClassName
{
color: #534723;
}
.AnyTagClassName
{
color: #534723;
}
</style>
background-color css
<style>
a { background-color: #534723; }
a { background-color: rgb(83,71,35); }
div.DivClassName
{
background-color: #534723;
}
.BgClassName
{
background-color: #534723;
}
</style>
border-color css
<style>
span { border-color: #534723; }
span { border-color: rgb(83,71,35); }
td.TdClassName
{
border-color: #534723;
}
.TagClassName
{
border-color: #534723;
}
</style>