#5E4931

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

Shades of Dallas #5E4931

Tints of Dallas #5E4931

Color information

#5E4931 (or 0x5E4931) is unknown color: approx Dallas. HEX triplet: 5E, 49 and 31. RGB value is (94,73,49). Sum of RGB (Red+Green+Blue) = 94+73+49=216 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.52% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4931 is #A1B6CE. Grayscale: #4C4C4C. Windows color (decimal): -10598095 or 3230046. OLE color: 3230046.

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

Color convert

RGB947349-
CMYK00.220.480.63
HSL32º31.47%28.04%-
HSV(B)32º47.87%36.86%-
XYZ7.557.373.93-
YUV76.54112.46140.45-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 43.52%
GREEN value IS 73 (28.91% from 255) = 33.80%
BLUE value IS 49 (19.53% from 255) = 22.69%
R=43.52%
G=33.80%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94734900.220.480.633231.4728.04
Hex5E4931016303F201f1c
Octal136111610266077403734
Binary101111010010011100010101101100001111111000001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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