#5A4704

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

Shades of Bronze Olive #5A4704

Tints of Bronze Olive #5A4704

Color information

#5A4704 (or 0x5A4704) is unknown color: approx Bronze Olive. HEX triplet: 5A, 47 and 04. RGB value is (90,71,4). Sum of RGB (Red+Green+Blue) = 90+71+4=165 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.55% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 4 (1.95% from 255 or 2.42% from 165); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4704 is #A5B8FB. Grayscale: #454545. Windows color (decimal): -10860796 or 280410. OLE color: 280410.

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

Color convert

RGB90714-
CMYK00.210.960.65
HSL46.74º91.49%18.43%-
HSV(B)46.74º95.56%35.29%-
XYZ6.496.691.06-
YUV69.0491.29142.95-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 54.55%
GREEN value IS 71 (28.12% from 255) = 43.03%
BLUE value IS 4 (1.95% from 255) = 2.42%
R=54.55%
G=43.03%
B=2.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.96
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9071400.210.960.6546.7491.4918.43
Hex5A47401560412f5b12
Octal13210740251401015713322
Binary1011010100011110001010111000001000001101111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,71,4); }

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

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

 a { background-color: rgb(90,71,4); }

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

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

 span { border-color: rgb(90,71,4); }

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