Html Css Color HEX #5E4039 Very Dark Brown

📋 copy color: '#5E4039'

red 94 ◦ green 64 ◦ blue 57

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

Shades of Very Dark Brown #5E4039

Tints of Very Dark Brown #5E4039

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.77%

 BLUE value IS 57 (22.66% from 255) = 26.51%

R = 43.72%
G = 29.77%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.63

RGB Variations

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

Color information

#5E4039 (or 0x5E4039) is known color: Very Dark Brown. HEX triplet: 5E, 40 and 39. RGB value is (94,64,57). Sum of RGB (Red+Green+Blue) = 94+64+57=215 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.72% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 57 (22.66% from 255 or 26.51% from 215); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4039 is #A1BFC6. Grayscale: #484848. Windows color (decimal): -10600391 or 3752030. OLE color: 3752030.

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

Color convert

RGB 94 64 57 -
CMYK 0 0.32 0.39 0.63
HSL 11.35º 0.25% 0.3% -
HSV(B) 11.35º 0.39% 0.37% -
XYZ 7.19 6.34 4.72 -
YUV 72.17 119.44 143.57 -
System Red Green Blue C M Y K H S L
Decimal 94 64 57 0 0.32 0.39 0.63 11.35 0.25 0.3
Hex 5E 40 39 0 20 27 3F B 19 1E
Octal 136 100 71 0 40 47 77 13 31 36
Binary 1011110 1000000 111001 0 100000 100111 111111 1011 11001 11110

Color Harmonies of #5E4039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4039

Black with #5E4039

Text Example


Text Example

White with #5E4039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,64,57); }

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

background-color css

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

 a { background-color: rgb(94,64,57); }

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

border-color css

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

 span { border-color: rgb(94,64,57); }

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