#5A5011

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

Shades of Bronze Olive #5A5011

Tints of Bronze Olive #5A5011

Color information

#5A5011 (or 0x5A5011) is unknown color: approx Bronze Olive. HEX triplet: 5A, 50 and 11. RGB value is (90,80,17). Sum of RGB (Red+Green+Blue) = 90+80+17=187 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.13% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5011 is #A5AFEE. Grayscale: #4C4C4C. Windows color (decimal): -10858479 or 1134682. OLE color: 1134682.

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

Color convert

RGB908017-
CMYK00.110.810.65
HSL51.78º68.22%20.98%-
HSV(B)51.78º81.11%35.29%-
XYZ7.197.951.69-
YUV75.8194.81138.12-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 48.13%
GREEN value IS 80 (31.64% from 255) = 42.78%
BLUE value IS 17 (7.03% from 255) = 9.09%
R=48.13%
G=42.78%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90801700.110.810.6551.7868.2220.98
Hex5A50110B5141344415
Octal132120210131211016410425
Binary10110101010000100010101110100011000001110100100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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