#5A5022

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

Shades of Bronze Olive #5A5022

Tints of Bronze Olive #5A5022

Color information

#5A5022 (or 0x5A5022) is unknown color: approx Bronze Olive. HEX triplet: 5A, 50 and 22. RGB value is (90,80,34). Sum of RGB (Red+Green+Blue) = 90+80+34=204 (27% of max value = 765). Red value is 90 (35.55% from 255 or 44.12% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 34 (13.67% from 255 or 16.67% from 204); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5022 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5022 is #A5AFDD. Grayscale: #4D4D4D. Windows color (decimal): -10858462 or 2248794. OLE color: 2248794.

HSL color Cylindrical-coordinate representation of color #5A5022: hue angle of 49.29º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A5022 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.65.

Color convert

RGB908034-
CMYK00.110.620.65
HSL49.29º45.16%24.31%-
HSV(B)49.29º62.22%35.29%-
XYZ7.378.032.67-
YUV77.75103.31136.74-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 44.12%
GREEN value IS 80 (31.64% from 255) = 39.22%
BLUE value IS 34 (13.67% from 255) = 16.67%
R=44.12%
G=39.22%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90803400.110.620.6549.2945.1624.31
Hex5A50220B3E41312d18
Octal1321204201376101615530
Binary1011010101000010001001011111110100000111000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A5022; }

 p { color: rgb(90,80,34); }

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

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

 a { background-color: rgb(90,80,34); }

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

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

 span { border-color: rgb(90,80,34); }

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