#534520

Color #534520 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #534520

Tints of Bronze Olive #534520

Color information

#534520 (or 0x534520) is unknown color: approx Bronze Olive. HEX triplet: 53, 45 and 20. RGB value is (83,69,32). Sum of RGB (Red+Green+Blue) = 83+69+32=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #534520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534520 is #ACBADF. Grayscale: #454545. Windows color (decimal): -11320032 or 2114899. OLE color: 2114899.

HSL color Cylindrical-coordinate representation of color #534520: hue angle of 43.53º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #534520 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB836932-
CMYK00.170.610.67
HSL43.53º44.35%22.55%-
HSV(B)43.53º61.45%32.55%-
XYZ5.966.22.25-
YUV68.97107.14138.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 45.11%
GREEN value IS 69 (27.34% from 255) = 37.5%
BLUE value IS 32 (12.89% from 255) = 17.39%
R=45.11%
G=37.5%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83693200.170.610.6743.5344.3522.55
Hex5345200113D432c2c17
Octal1231054002175103545427
Binary10100111000101100000010001111101100001110110010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534520; }

 p { color: rgb(83,69,32); }

 H1.HeaderClassName
 {
   color: #534520;
 }
 .AnyTagClassName
 {
   color: #534520;
 }
</style>
background-color css

<style>
 a { background-color: #534520; }

 a { background-color: rgb(83,69,32); }

 div.DivClassName
 {
   background-color: #534520;
 }
 .BgClassName
 {
   background-color: #534520;
 }
</style>
border-color css

<style>
 span { border-color: #534520; }

 span { border-color: rgb(83,69,32); }

 td.TdClassName
 {
   border-color: #534520;
 }
 .TagClassName
 {
   border-color: #534520;
 }
</style>