Html Css Color HEX #5E472E Dallas

📋 copy color: '#5E472E'

red 94 ◦ green 71 ◦ blue 46

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

Shades of Dallas #5E472E

Tints of Dallas #5E472E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.65%

 BLUE value IS 46 (18.36% from 255) = 21.8%

R = 44.55%
G = 33.65%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.63

RGB Variations

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

Color information

#5E472E (or 0x5E472E) is known color: Dallas. HEX triplet: 5E, 47 and 2E. RGB value is (94,71,46). Sum of RGB (Red+Green+Blue) = 94+71+46=211 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.55% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 94 - color contains mainly: red. Hex color #5E472E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E472E is #A1B8D1. Grayscale: #4B4B4B. Windows color (decimal): -10598610 or 3032926. OLE color: 3032926.

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

Color convert

RGB 94 71 46 -
CMYK 0 0.24 0.51 0.63
HSL 31.25º 0.34% 0.27% -
HSV(B) 31.25º 0.51% 0.37% -
XYZ 7.36 7.08 3.56 -
YUV 75.03 111.62 141.53 -
System Red Green Blue C M Y K H S L
Decimal 94 71 46 0 0.24 0.51 0.63 31.25 0.34 0.27
Hex 5E 47 2E 0 18 33 3F 1F 22 1B
Octal 136 107 56 0 30 63 77 37 42 33
Binary 1011110 1000111 101110 0 11000 110011 111111 11111 100010 11011

Color Harmonies of #5E472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E472E

Black with #5E472E

Text Example


Text Example

White with #5E472E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,71,46); }

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

background-color css

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

 a { background-color: rgb(94,71,46); }

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

border-color css

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

 span { border-color: rgb(94,71,46); }

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