Html Css Color HEX #5E4B33 Dallas

📋 copy color: '#5E4B33'

red 94 ◦ green 75 ◦ blue 51

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

Shades of Dallas #5E4B33

Tints of Dallas #5E4B33

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.09%

 BLUE value IS 51 (20.31% from 255) = 23.18%

R = 42.73%
G = 34.09%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.63

RGB Variations

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

Color information

#5E4B33 (or 0x5E4B33) is known color: Dallas. HEX triplet: 5E, 4B and 33. RGB value is (94,75,51). Sum of RGB (Red+Green+Blue) = 94+75+51=220 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.73% from 220); Green value is 75 (29.69% from 255 or 34.09% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4B33 is #A1B4CC. Grayscale: #4E4E4E. Windows color (decimal): -10597581 or 3361630. OLE color: 3361630.

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

Color convert

RGB 94 75 51 -
CMYK 0 0.20 0.46 0.63
HSL 33.49º 0.3% 0.28% -
HSV(B) 33.49º 0.46% 0.37% -
XYZ 7.73 7.65 4.2 -
YUV 77.95 112.79 139.45 -
System Red Green Blue C M Y K H S L
Decimal 94 75 51 0 0.20 0.46 0.63 33.49 0.3 0.28
Hex 5E 4B 33 0 14 2E 3F 21 1E 1C
Octal 136 113 63 0 24 56 77 41 36 34
Binary 1011110 1001011 110011 0 10100 101110 111111 100001 11110 11100

Color Harmonies of #5E4B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4B33

Black with #5E4B33

Text Example


Text Example

White with #5E4B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,75,51); }

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

background-color css

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

 a { background-color: rgb(94,75,51); }

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

border-color css

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

 span { border-color: rgb(94,75,51); }

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