#5A4522

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

Shades of Bronze Olive #5A4522

Tints of Bronze Olive #5A4522

Color information

#5A4522 (or 0x5A4522) is unknown color: approx Bronze Olive. HEX triplet: 5A, 45 and 22. RGB value is (90,69,34). Sum of RGB (Red+Green+Blue) = 90+69+34=193 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.63% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 34 (13.67% from 255 or 17.62% from 193); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4522 is #A5BADD. Grayscale: #474747. Windows color (decimal): -10861278 or 2245978. OLE color: 2245978.

HSL color Cylindrical-coordinate representation of color #5A4522: hue angle of 37.5º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A4522 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.65.

Color convert

RGB906934-
CMYK00.230.620.65
HSL37.5º45.16%24.31%-
HSV(B)37.5º62.22%35.29%-
XYZ6.636.552.43-
YUV71.29106.96141.35-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 46.63%
GREEN value IS 69 (27.34% from 255) = 35.75%
BLUE value IS 34 (13.67% from 255) = 17.62%
R=46.63%
G=35.75%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90693400.230.620.6537.545.1624.31
Hex5A45220173E41262d18
Octal1321054202776101465530
Binary10110101000101100010010111111110100000110011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,69,34); }

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

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

 a { background-color: rgb(90,69,34); }

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

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

 span { border-color: rgb(90,69,34); }

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