#5A4E05

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

Shades of Bronze Olive #5A4E05

Tints of Bronze Olive #5A4E05

Color information

#5A4E05 (or 0x5A4E05) is unknown color: approx Bronze Olive. HEX triplet: 5A, 4E and 05. RGB value is (90,78,5). Sum of RGB (Red+Green+Blue) = 90+78+5=173 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.02% from 173); Green value is 78 (30.86% from 255 or 45.09% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4E05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A4E05 is #A5B1FA. Grayscale: #494949. Windows color (decimal): -10859003 or 347738. OLE color: 347738.

HSL color Cylindrical-coordinate representation of color #5A4E05: hue angle of 51.53º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A4E05 is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB90785-
CMYK00.130.940.65
HSL51.53º89.47%18.63%-
HSV(B)51.53º94.44%35.29%-
XYZ6.977.631.25-
YUV73.2789.48139.94-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 52.02%
GREEN value IS 78 (30.86% from 255) = 45.09%
BLUE value IS 5 (2.34% from 255) = 2.89%
R=52.02%
G=45.09%
B=2.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9078500.130.940.6551.5389.4718.63
Hex5A4E50D5E41345913
Octal13211650151361016413123
Binary101101010011101010110110111101000001110100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,78,5); }

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

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

 a { background-color: rgb(90,78,5); }

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

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

 span { border-color: rgb(90,78,5); }

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