#5A4904

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

Shades of Bronze Olive #5A4904

Tints of Bronze Olive #5A4904

Color information

#5A4904 (or 0x5A4904) is unknown color: approx Bronze Olive. HEX triplet: 5A, 49 and 04. RGB value is (90,73,4). Sum of RGB (Red+Green+Blue) = 90+73+4=167 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.89% from 167); Green value is 73 (28.91% from 255 or 43.71% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4904 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4904 is #A5B6FB. Grayscale: #464646. Windows color (decimal): -10860284 or 280922. OLE color: 280922.

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

Color convert

RGB90734-
CMYK00.190.960.65
HSL48.14º91.49%18.43%-
HSV(B)48.14º95.56%35.29%-
XYZ6.626.951.11-
YUV70.2290.63142.11-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 53.89%
GREEN value IS 73 (28.91% from 255) = 43.71%
BLUE value IS 4 (1.95% from 255) = 2.40%
R=53.89%
G=43.71%
B=2.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.96
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9073400.190.960.6548.1491.4918.43
Hex5A4940136041305b12
Octal13211140231401016013322
Binary1011010100100110001001111000001000001110000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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