#5A4824

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

Shades of Bronze Olive #5A4824

Tints of Bronze Olive #5A4824

Color information

#5A4824 (or 0x5A4824) is unknown color: approx Bronze Olive. HEX triplet: 5A, 48 and 24. RGB value is (90,72,36). Sum of RGB (Red+Green+Blue) = 90+72+36=198 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.45% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4824 is #A5B7DB. Grayscale: #494949. Windows color (decimal): -10860508 or 2377818. OLE color: 2377818.

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

Color convert

RGB907236-
CMYK00.200.600.65
HSL40º42.86%24.71%-
HSV(B)40º60%35.29%-
XYZ6.856.942.65-
YUV73.28106.96139.93-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.45%
GREEN value IS 72 (28.52% from 255) = 36.36%
BLUE value IS 36 (14.45% from 255) = 18.18%
R=45.45%
G=36.36%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90723600.200.600.654042.8624.71
Hex5A48240143C41282b19
Octal1321104402474101505331
Binary10110101001000100100010100111100100000110100010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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