#5A5215

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

Shades of Bronze Olive #5A5215

Tints of Bronze Olive #5A5215

Color information

#5A5215 (or 0x5A5215) is unknown color: approx Bronze Olive. HEX triplet: 5A, 52 and 15. RGB value is (90,82,21). Sum of RGB (Red+Green+Blue) = 90+82+21=193 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.63% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 21 (8.59% from 255 or 10.88% from 193); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5215 is #A5ADEA. Grayscale: #4D4D4D. Windows color (decimal): -10857963 or 1397338. OLE color: 1397338.

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

Color convert

RGB908221-
CMYK00.090.770.65
HSL53.04º62.16%21.76%-
HSV(B)53.04º76.67%35.29%-
XYZ7.378.261.92-
YUV77.4496.15136.96-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 46.63%
GREEN value IS 82 (32.42% from 255) = 42.49%
BLUE value IS 21 (8.59% from 255) = 10.88%
R=46.63%
G=42.49%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90822100.090.770.6553.0462.1621.76
Hex5A5215094D41353e16
Octal13212225011115101657626
Binary1011010101001010101010011001101100000111010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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