Html Css Color HEX #5E413B Very Dark Brown

📋 copy color: '#5E413B'

red 94 ◦ green 65 ◦ blue 59

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

Shades of Very Dark Brown #5E413B

Tints of Very Dark Brown #5E413B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 27.06%

R = 43.12%
G = 29.82%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.63

RGB Variations

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

Color information

#5E413B (or 0x5E413B) is known color: Very Dark Brown. HEX triplet: 5E, 41 and 3B. RGB value is (94,65,59). Sum of RGB (Red+Green+Blue) = 94+65+59=218 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.12% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 94 - color contains mainly: red. Hex color #5E413B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E413B is #A1BEC4. Grayscale: #494949. Windows color (decimal): -10600133 or 3883358. OLE color: 3883358.

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

Color convert

RGB 94 65 59 -
CMYK 0 0.31 0.37 0.63
HSL 10.29º 0.23% 0.3% -
HSV(B) 10.29º 0.37% 0.37% -
XYZ 7.3 6.48 5 -
YUV 72.99 120.11 142.99 -
System Red Green Blue C M Y K H S L
Decimal 94 65 59 0 0.31 0.37 0.63 10.29 0.23 0.3
Hex 5E 41 3B 0 1F 25 3F A 17 1E
Octal 136 101 73 0 37 45 77 12 27 36
Binary 1011110 1000001 111011 0 11111 100101 111111 1010 10111 11110

Color Harmonies of #5E413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E413B

Black with #5E413B

Text Example


Text Example

White with #5E413B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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