#5A5318

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

Shades of Bronze Olive #5A5318

Tints of Bronze Olive #5A5318

Color information

#5A5318 (or 0x5A5318) is unknown color: approx Bronze Olive. HEX triplet: 5A, 53 and 18. RGB value is (90,83,24). Sum of RGB (Red+Green+Blue) = 90+83+24=197 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.69% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5318 is #A5ACE7. Grayscale: #4E4E4E. Windows color (decimal): -10857704 or 1594202. OLE color: 1594202.

HSL color Cylindrical-coordinate representation of color #5A5318: hue angle of 53.64º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A5318 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB908324-
CMYK00.080.730.65
HSL53.64º57.89%22.35%-
HSV(B)53.64º73.33%35.29%-
XYZ7.478.432.1-
YUV78.3797.32136.3-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.69%
GREEN value IS 83 (32.81% from 255) = 42.13%
BLUE value IS 24 (9.77% from 255) = 12.18%
R=45.69%
G=42.13%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90832400.080.730.6553.6457.8922.35
Hex5A5318084941363a16
Octal13212330010111101667226
Binary1011010101001111000010001001001100000111011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,83,24); }

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

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

 a { background-color: rgb(90,83,24); }

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

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

 span { border-color: rgb(90,83,24); }

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