Html Css Color HEX #5E4932 Dallas

📋 copy color: '#5E4932'

red 94 ◦ green 73 ◦ blue 50

#5E4932
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dallas #5E4932

Tints of Dallas #5E4932

RGB

 RED value IS 94 (37.11% from 255) = 43.32%

 GREEN value IS 73 (28.91% from 255) = 33.64%

 BLUE value IS 50 (19.92% from 255) = 23.04%

R = 43.32%
G = 33.64%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.63

RGB Variations

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

Color information

#5E4932 (or 0x5E4932) is known color: Dallas. HEX triplet: 5E, 49 and 32. RGB value is (94,73,50). Sum of RGB (Red+Green+Blue) = 94+73+50=217 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.32% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4932 is #A1B6CD. Grayscale: #4C4C4C. Windows color (decimal): -10598094 or 3295582. OLE color: 3295582.

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

Color convert

RGB 94 73 50 -
CMYK 0 0.22 0.47 0.63
HSL 31.36º 0.31% 0.28% -
HSV(B) 31.36º 0.47% 0.37% -
XYZ 7.57 7.38 4.04 -
YUV 76.66 112.96 140.37 -
System Red Green Blue C M Y K H S L
Decimal 94 73 50 0 0.22 0.47 0.63 31.36 0.31 0.28
Hex 5E 49 32 0 16 2F 3F 1F 1F 1C
Octal 136 111 62 0 26 57 77 37 37 34
Binary 1011110 1001001 110010 0 10110 101111 111111 11111 11111 11100

Color Harmonies of #5E4932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4932

Black with #5E4932

Text Example


Text Example

White with #5E4932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E4932;
 }
 .AnyTagClassName
 {
   color: #5E4932;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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