#534505

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

Shades of Bronze Olive #534505

Tints of Bronze Olive #534505

Color information

#534505 (or 0x534505) is unknown color: approx Bronze Olive. HEX triplet: 53, 45 and 05. RGB value is (83,69,5). Sum of RGB (Red+Green+Blue) = 83+69+5=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 69 (27.34% from 255 or 43.95% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #534505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534505 is #ACBAFA. Grayscale: #424242. Windows color (decimal): -11320059 or 345427. OLE color: 345427.

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

Color convert

RGB83695-
CMYK00.170.940.67
HSL49.23º88.64%17.25%-
HSV(B)49.23º93.98%32.55%-
XYZ5.726.111.02-
YUV65.8993.64140.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.87%
GREEN value IS 69 (27.34% from 255) = 43.95%
BLUE value IS 5 (2.34% from 255) = 3.18%
R=52.87%
G=43.95%
B=3.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8369500.170.940.6749.2388.6417.25
Hex534550115E43315911
Octal12310550211361036113121
Binary1010011100010110101000110111101000011110001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534505; }

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

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

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

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

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

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

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

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