Html Css Color HEX #5E4828 Dallas

📋 copy color: '#5E4828'

red 94 ◦ green 72 ◦ blue 40

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

Shades of Dallas #5E4828

Tints of Dallas #5E4828

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.95%

 BLUE value IS 40 (16.02% from 255) = 19.42%

R = 45.63%
G = 34.95%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.63

RGB Variations

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

Color information

#5E4828 (or 0x5E4828) is known color: Dallas. HEX triplet: 5E, 48 and 28. RGB value is (94,72,40). Sum of RGB (Red+Green+Blue) = 94+72+40=206 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.63% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4828 is #A1B7D7. Grayscale: #4B4B4B. Windows color (decimal): -10598360 or 2639966. OLE color: 2639966.

HSL color Cylindrical-coordinate representation of color #5E4828: hue angle of 35.56º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E4828 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 72 40 -
CMYK 0 0.23 0.57 0.63
HSL 35.56º 0.4% 0.26% -
HSV(B) 35.56º 0.57% 0.37% -
XYZ 7.32 7.17 3.01 -
YUV 74.93 108.29 141.6 -
System Red Green Blue C M Y K H S L
Decimal 94 72 40 0 0.23 0.57 0.63 35.56 0.4 0.26
Hex 5E 48 28 0 17 39 3F 24 28 1A
Octal 136 110 50 0 27 71 77 44 50 32
Binary 1011110 1001000 101000 0 10111 111001 111111 100100 101000 11010

Color Harmonies of #5E4828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4828

Black with #5E4828

Text Example


Text Example

White with #5E4828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,72,40); }

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

background-color css

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

 a { background-color: rgb(94,72,40); }

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

border-color css

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

 span { border-color: rgb(94,72,40); }

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