#5A5418

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

Shades of Bronze Olive #5A5418

Tints of Bronze Olive #5A5418

Color information

#5A5418 (or 0x5A5418) is unknown color: approx Bronze Olive. HEX triplet: 5A, 54 and 18. RGB value is (90,84,24). Sum of RGB (Red+Green+Blue) = 90+84+24=198 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.45% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 24 (9.77% from 255 or 12.12% from 198); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5418 is #A5ABE7. Grayscale: #4F4F4F. Windows color (decimal): -10857448 or 1594458. OLE color: 1594458.

HSL color Cylindrical-coordinate representation of color #5A5418: hue angle of 54.55º 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 #5A5418 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB908424-
CMYK00.070.730.65
HSL54.55º57.89%22.35%-
HSV(B)54.55º73.33%35.29%-
XYZ7.558.582.12-
YUV78.9596.99135.88-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.45%
GREEN value IS 84 (33.20% from 255) = 42.42%
BLUE value IS 24 (9.77% from 255) = 12.12%
R=45.45%
G=42.42%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90842400.070.730.6554.5557.8922.35
Hex5A5418074941373a16
Octal1321243007111101677226
Binary101101010101001100001111001001100000111011111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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