#5A5518

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

Shades of Bronze Olive #5A5518

Tints of Bronze Olive #5A5518

Color information

#5A5518 (or 0x5A5518) is unknown color: approx Bronze Olive. HEX triplet: 5A, 55 and 18. RGB value is (90,85,24). Sum of RGB (Red+Green+Blue) = 90+85+24=199 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.23% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 24 (9.77% from 255 or 12.06% from 199); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5518 is #A5AAE7. Grayscale: #4F4F4F. Windows color (decimal): -10857192 or 1594714. OLE color: 1594714.

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

Color convert

RGB908524-
CMYK00.060.730.65
HSL55.45º57.89%22.35%-
HSV(B)55.45º73.33%35.29%-
XYZ7.638.742.15-
YUV79.5496.66135.46-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.23%
GREEN value IS 85 (33.59% from 255) = 42.71%
BLUE value IS 24 (9.77% from 255) = 12.06%
R=45.23%
G=42.71%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90852400.060.730.6555.4557.8922.35
Hex5A5518064941373a16
Octal1321253006111101677226
Binary101101010101011100001101001001100000111011111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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