#5A4825

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

Shades of Bronze Olive #5A4825

Tints of Bronze Olive #5A4825

Color information

#5A4825 (or 0x5A4825) is unknown color: approx Bronze Olive. HEX triplet: 5A, 48 and 25. RGB value is (90,72,37). Sum of RGB (Red+Green+Blue) = 90+72+37=199 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.23% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4825 is #A5B7DA. Grayscale: #494949. Windows color (decimal): -10860507 or 2443354. OLE color: 2443354.

HSL color Cylindrical-coordinate representation of color #5A4825: hue angle of 39.62º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A4825 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB907237-
CMYK00.200.590.65
HSL39.62º41.73%24.9%-
HSV(B)39.62º58.89%35.29%-
XYZ6.876.942.73-
YUV73.39107.46139.85-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.23%
GREEN value IS 72 (28.52% from 255) = 36.18%
BLUE value IS 37 (14.84% from 255) = 18.59%
R=45.23%
G=36.18%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90723700.200.590.6539.6241.7324.9
Hex5A48250143B41282a19
Octal1321104502473101505231
Binary10110101001000100101010100111011100000110100010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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