#5A5516

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

Shades of Bronze Olive #5A5516

Tints of Bronze Olive #5A5516

Color information

#5A5516 (or 0x5A5516) is unknown color: approx Bronze Olive. HEX triplet: 5A, 55 and 16. RGB value is (90,85,22). Sum of RGB (Red+Green+Blue) = 90+85+22=197 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.69% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5516 is #A5AAE9. Grayscale: #4F4F4F. Windows color (decimal): -10857194 or 1463642. OLE color: 1463642.

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

Color convert

RGB908522-
CMYK00.060.760.65
HSL55.59º60.71%21.96%-
HSV(B)55.59º75.56%35.29%-
XYZ7.618.732.04-
YUV79.3195.66135.62-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.69%
GREEN value IS 85 (33.59% from 255) = 43.15%
BLUE value IS 22 (8.98% from 255) = 11.17%
R=45.69%
G=43.15%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90852200.060.760.6555.5960.7121.96
Hex5A5516064C41383d16
Octal1321252606114101707526
Binary101101010101011011001101001100100000111100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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