#5A5025

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

Shades of Bronze Olive #5A5025

Tints of Bronze Olive #5A5025

Color information

#5A5025 (or 0x5A5025) is unknown color: approx Bronze Olive. HEX triplet: 5A, 50 and 25. RGB value is (90,80,37). Sum of RGB (Red+Green+Blue) = 90+80+37=207 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.48% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5025 is #A5AFDA. Grayscale: #4E4E4E. Windows color (decimal): -10858459 or 2445402. OLE color: 2445402.

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

Color convert

RGB908037-
CMYK00.110.590.65
HSL48.68º41.73%24.9%-
HSV(B)48.68º58.89%35.29%-
XYZ7.428.042.91-
YUV78.09104.81136.5-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 43.48%
GREEN value IS 80 (31.64% from 255) = 38.65%
BLUE value IS 37 (14.84% from 255) = 17.87%
R=43.48%
G=38.65%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90803700.110.590.6548.6841.7324.9
Hex5A50250B3B41312a19
Octal1321204501373101615231
Binary1011010101000010010101011111011100000111000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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