Html Css Color HEX #5E441D Dark Brown

📋 copy color: '#5E441D'

red 94 ◦ green 68 ◦ blue 29

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

Shades of Dark Brown #5E441D

Tints of Dark Brown #5E441D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.6%

 BLUE value IS 29 (11.72% from 255) = 15.18%

R = 49.21%
G = 35.6%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.63

RGB Variations

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

Color information

#5E441D (or 0x5E441D) is known color: Dark Brown. HEX triplet: 5E, 44 and 1D. RGB value is (94,68,29). Sum of RGB (Red+Green+Blue) = 94+68+29=191 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.21% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 94 - color contains mainly: red. Hex color #5E441D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E441D is #A1BBE2. Grayscale: #474747. Windows color (decimal): -10599395 or 1918046. OLE color: 1918046.

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

Color convert

RGB 94 68 29 -
CMYK 0 0.28 0.69 0.63
HSL 36º 0.53% 0.24% -
HSV(B) 36º 0.69% 0.37% -
XYZ 6.9 6.6 2.07 -
YUV 71.33 104.11 144.17 -
System Red Green Blue C M Y K H S L
Decimal 94 68 29 0 0.28 0.69 0.63 36 0.53 0.24
Hex 5E 44 1D 0 1C 45 3F 24 35 18
Octal 136 104 35 0 34 105 77 44 65 30
Binary 1011110 1000100 11101 0 11100 1000101 111111 100100 110101 11000

Color Harmonies of #5E441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E441D

Black with #5E441D

Text Example


Text Example

White with #5E441D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,68,29); }

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

background-color css

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

 a { background-color: rgb(94,68,29); }

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

border-color css

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

 span { border-color: rgb(94,68,29); }

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