#5E491F

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

Shades of Bronze Olive #5E491F

Tints of Bronze Olive #5E491F

Color information

#5E491F (or 0x5E491F) is unknown color: approx Bronze Olive. HEX triplet: 5E, 49 and 1F. RGB value is (94,73,31). Sum of RGB (Red+Green+Blue) = 94+73+31=198 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.47% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 94 - color contains mainly: red. Hex color #5E491F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E491F is #A1B6E0. Grayscale: #4A4A4A. Windows color (decimal): -10598113 or 2050398. OLE color: 2050398.

HSL color Cylindrical-coordinate representation of color #5E491F: hue angle of 40º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E491F is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.63.

Color convert

RGB947331-
CMYK00.220.670.63
HSL40º50.4%24.51%-
HSV(B)40º67.02%36.86%-
XYZ7.257.242.31-
YUV74.49103.46141.92-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 47.47%
GREEN value IS 73 (28.91% from 255) = 36.87%
BLUE value IS 31 (12.5% from 255) = 15.66%
R=47.47%
G=36.87%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.67
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94733100.220.670.634050.424.51
Hex5E491F016433F283219
Octal1361113702610377506231
Binary1011110100100111111010110100001111111110100011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E491F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,73,31); }

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

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

 a { background-color: rgb(94,73,31); }

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

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

 span { border-color: rgb(94,73,31); }

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