#5A5111

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

Shades of Bronze Olive #5A5111

Tints of Bronze Olive #5A5111

Color information

#5A5111 (or 0x5A5111) is unknown color: approx Bronze Olive. HEX triplet: 5A, 51 and 11. RGB value is (90,81,17). Sum of RGB (Red+Green+Blue) = 90+81+17=188 (24% of max value = 765). Red value is 90 (35.55% from 255 or 47.87% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 17 (7.03% from 255 or 9.04% from 188); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5111 is #A5AEEE. Grayscale: #4C4C4C. Windows color (decimal): -10858223 or 1134938. OLE color: 1134938.

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

Color convert

RGB908117-
CMYK00.10.810.65
HSL52.6º68.22%20.98%-
HSV(B)52.6º81.11%35.29%-
XYZ7.268.11.71-
YUV76.494.48137.7-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 47.87%
GREEN value IS 81 (32.03% from 255) = 43.09%
BLUE value IS 17 (7.03% from 255) = 9.04%
R=47.87%
G=43.09%
B=9.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90811700.10.810.6552.668.2220.98
Hex5A51110A5141354415
Octal132121210121211016510425
Binary10110101010001100010101010100011000001110101100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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