#5A5014

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

Shades of Bronze Olive #5A5014

Tints of Bronze Olive #5A5014

Color information

#5A5014 (or 0x5A5014) is unknown color: approx Bronze Olive. HEX triplet: 5A, 50 and 14. RGB value is (90,80,20). Sum of RGB (Red+Green+Blue) = 90+80+20=190 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.37% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5014 is #A5AFEB. Grayscale: #4C4C4C. Windows color (decimal): -10858476 or 1331290. OLE color: 1331290.

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

Color convert

RGB908020-
CMYK00.110.780.65
HSL51.43º63.64%21.57%-
HSV(B)51.43º77.78%35.29%-
XYZ7.217.961.82-
YUV76.1596.31137.88-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 47.37%
GREEN value IS 80 (31.64% from 255) = 42.11%
BLUE value IS 20 (8.20% from 255) = 10.53%
R=47.37%
G=42.11%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90802000.110.780.6551.4363.6421.57
Hex5A50140B4E41334016
Octal132120240131161016310026
Binary10110101010000101000101110011101000001110011100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,80,20); }

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

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

 a { background-color: rgb(90,80,20); }

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

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

 span { border-color: rgb(90,80,20); }

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