#5A4D18

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

Shades of Bronze Olive #5A4D18

Tints of Bronze Olive #5A4D18

Color information

#5A4D18 (or 0x5A4D18) is unknown color: approx Bronze Olive. HEX triplet: 5A, 4D and 18. RGB value is (90,77,24). Sum of RGB (Red+Green+Blue) = 90+77+24=191 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.12% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4D18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A4D18 is #A5B2E7. Grayscale: #4B4B4B. Windows color (decimal): -10859240 or 1592666. OLE color: 1592666.

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

Color convert

RGB907724-
CMYK00.140.730.65
HSL48.18º57.89%22.35%-
HSV(B)48.18º73.33%35.29%-
XYZ7.047.551.95-
YUV74.8499.31138.81-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 47.12%
GREEN value IS 77 (30.47% from 255) = 40.31%
BLUE value IS 24 (9.77% from 255) = 12.57%
R=47.12%
G=40.31%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90772400.140.730.6548.1857.8922.35
Hex5A4D180E4941303a16
Octal13211530016111101607226
Binary1011010100110111000011101001001100000111000011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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