Html Css Color HEX #5E4628 Dallas

📋 copy color: '#5E4628'

red 94 ◦ green 70 ◦ blue 40

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

Shades of Dallas #5E4628

Tints of Dallas #5E4628

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.31%

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

R = 46.08%
G = 34.31%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.63

RGB Variations

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

Color information

#5E4628 (or 0x5E4628) is known color: Dallas. HEX triplet: 5E, 46 and 28. RGB value is (94,70,40). Sum of RGB (Red+Green+Blue) = 94+70+40=204 (27% of max value = 765). Red value is 94 (37.11% from 255 or 46.08% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4628 is #A1B9D7. Grayscale: #494949. Windows color (decimal): -10598872 or 2639454. OLE color: 2639454.

HSL color Cylindrical-coordinate representation of color #5E4628: hue angle of 33.33º 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 #5E4628 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 70 40 -
CMYK 0 0.26 0.57 0.63
HSL 33.33º 0.4% 0.26% -
HSV(B) 33.33º 0.57% 0.37% -
XYZ 7.19 6.91 2.96 -
YUV 73.76 108.95 142.44 -
System Red Green Blue C M Y K H S L
Decimal 94 70 40 0 0.26 0.57 0.63 33.33 0.4 0.26
Hex 5E 46 28 0 1A 39 3F 21 28 1A
Octal 136 106 50 0 32 71 77 41 50 32
Binary 1011110 1000110 101000 0 11010 111001 111111 100001 101000 11010

Color Harmonies of #5E4628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4628

Black with #5E4628

Text Example


Text Example

White with #5E4628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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