#5E491B

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

Shades of Bronze Olive #5E491B

Tints of Bronze Olive #5E491B

Color information

#5E491B (or 0x5E491B) is unknown color: approx Bronze Olive. HEX triplet: 5E, 49 and 1B. RGB value is (94,73,27). Sum of RGB (Red+Green+Blue) = 94+73+27=194 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.45% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 94 - color contains mainly: red. Hex color #5E491B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E491B is #A1B6E4. Grayscale: #4A4A4A. Windows color (decimal): -10598117 or 1788254. OLE color: 1788254.

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

Color convert

RGB947327-
CMYK00.220.710.63
HSL41.19º55.37%23.73%-
HSV(B)41.19º71.28%36.86%-
XYZ7.27.222.05-
YUV74.04101.46142.24-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 48.45%
GREEN value IS 73 (28.91% from 255) = 37.63%
BLUE value IS 27 (10.94% from 255) = 13.92%
R=48.45%
G=37.63%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.71
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94732700.220.710.6341.1955.3723.73
Hex5E491B016473F293718
Octal1361113302610777516730
Binary1011110100100111011010110100011111111110100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E491B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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