#534A20

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

Shades of Bronze Olive #534A20

Tints of Bronze Olive #534A20

Color information

#534A20 (or 0x534A20) is unknown color: approx Bronze Olive. HEX triplet: 53, 4A and 20. RGB value is (83,74,32). Sum of RGB (Red+Green+Blue) = 83+74+32=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #534A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A20 is #ACB5DF. Grayscale: #484848. Windows color (decimal): -11318752 or 2116179. OLE color: 2116179.

HSL color Cylindrical-coordinate representation of color #534A20: hue angle of 49.41º 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 #534A20 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB837432-
CMYK00.110.610.67
HSL49.41º44.35%22.55%-
HSV(B)49.41º61.45%32.55%-
XYZ6.286.842.36-
YUV71.9105.48135.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.92%
GREEN value IS 74 (29.30% from 255) = 39.15%
BLUE value IS 32 (12.89% from 255) = 16.93%
R=43.92%
G=39.15%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83743200.110.610.6749.4144.3522.55
Hex534A200B3D43312c17
Octal1231124001375103615427
Binary1010011100101010000001011111101100001111000110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534A20; }

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

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

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

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

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

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

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

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