#5A5417

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

Shades of Bronze Olive #5A5417

Tints of Bronze Olive #5A5417

Color information

#5A5417 (or 0x5A5417) is unknown color: approx Bronze Olive. HEX triplet: 5A, 54 and 17. RGB value is (90,84,23). Sum of RGB (Red+Green+Blue) = 90+84+23=197 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.69% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 23 (9.38% from 255 or 11.68% from 197); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5417 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5417 is #A5ABE8. Grayscale: #4F4F4F. Windows color (decimal): -10857449 or 1528922. OLE color: 1528922.

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

Color convert

RGB908423-
CMYK00.070.740.65
HSL54.63º59.29%22.16%-
HSV(B)54.63º74.44%35.29%-
XYZ7.548.582.07-
YUV78.8496.49135.96-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.69%
GREEN value IS 84 (33.20% from 255) = 42.64%
BLUE value IS 23 (9.38% from 255) = 11.68%
R=45.69%
G=42.64%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90842300.070.740.6554.6359.2922.16
Hex5A5417074A41373b16
Octal1321242707112101677326
Binary101101010101001011101111001010100000111011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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