#5A5217

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

Shades of Bronze Olive #5A5217

Tints of Bronze Olive #5A5217

Color information

#5A5217 (or 0x5A5217) is unknown color: approx Bronze Olive. HEX triplet: 5A, 52 and 17. RGB value is (90,82,23). Sum of RGB (Red+Green+Blue) = 90+82+23=195 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.15% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 23 (9.38% from 255 or 11.79% from 195); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5217 is #A5ADE8. Grayscale: #4D4D4D. Windows color (decimal): -10857961 or 1528410. OLE color: 1528410.

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

Color convert

RGB908223-
CMYK00.090.740.65
HSL52.84º59.29%22.16%-
HSV(B)52.84º74.44%35.29%-
XYZ7.398.272.02-
YUV77.6797.15136.8-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 46.15%
GREEN value IS 82 (32.42% from 255) = 42.05%
BLUE value IS 23 (9.38% from 255) = 11.79%
R=46.15%
G=42.05%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90822300.090.740.6552.8459.2922.16
Hex5A5217094A41353b16
Octal13212227011112101657326
Binary1011010101001010111010011001010100000111010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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