Html Css Color HEX #5E4131 Very Dark Brown

📋 copy color: '#5E4131'

red 94 ◦ green 65 ◦ blue 49

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

Shades of Very Dark Brown #5E4131

Tints of Very Dark Brown #5E4131

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.25%

 BLUE value IS 49 (19.53% from 255) = 23.56%

R = 45.19%
G = 31.25%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.63

RGB Variations

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

Color information

#5E4131 (or 0x5E4131) is known color: Very Dark Brown. HEX triplet: 5E, 41 and 31. RGB value is (94,65,49). Sum of RGB (Red+Green+Blue) = 94+65+49=208 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.19% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4131 is #A1BECE. Grayscale: #474747. Windows color (decimal): -10600143 or 3227998. OLE color: 3227998.

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

Color convert

RGB 94 65 49 -
CMYK 0 0.31 0.48 0.63
HSL 21.33º 0.31% 0.28% -
HSV(B) 21.33º 0.48% 0.37% -
XYZ 7.06 6.38 3.77 -
YUV 71.85 115.11 143.8 -
System Red Green Blue C M Y K H S L
Decimal 94 65 49 0 0.31 0.48 0.63 21.33 0.31 0.28
Hex 5E 41 31 0 1F 30 3F 15 1F 1C
Octal 136 101 61 0 37 60 77 25 37 34
Binary 1011110 1000001 110001 0 11111 110000 111111 10101 11111 11100

Color Harmonies of #5E4131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4131

Black with #5E4131

Text Example


Text Example

White with #5E4131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,65,49); }

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

background-color css

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

 a { background-color: rgb(94,65,49); }

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

border-color css

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

 span { border-color: rgb(94,65,49); }

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