#5A4804

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

Shades of Bronze Olive #5A4804

Tints of Bronze Olive #5A4804

Color information

#5A4804 (or 0x5A4804) is unknown color: approx Bronze Olive. HEX triplet: 5A, 48 and 04. RGB value is (90,72,4). Sum of RGB (Red+Green+Blue) = 90+72+4=166 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.22% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4804 is #A5B7FB. Grayscale: #454545. Windows color (decimal): -10860540 or 280666. OLE color: 280666.

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

Color convert

RGB90724-
CMYK00.200.960.65
HSL47.44º91.49%18.43%-
HSV(B)47.44º95.56%35.29%-
XYZ6.566.821.09-
YUV69.6390.96142.53-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 54.22%
GREEN value IS 72 (28.52% from 255) = 43.37%
BLUE value IS 4 (1.95% from 255) = 2.41%
R=54.22%
G=43.37%
B=2.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.96
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9072400.200.960.6547.4491.4918.43
Hex5A48401460412f5b12
Octal13211040241401015713322
Binary1011010100100010001010011000001000001101111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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