Html Css Color HEX #5E403A Very Dark Brown

📋 copy color: '#5E403A'

red 94 ◦ green 64 ◦ blue 58

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

Shades of Very Dark Brown #5E403A

Tints of Very Dark Brown #5E403A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 26.85%

R = 43.52%
G = 29.63%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.63

RGB Variations

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

Color information

#5E403A (or 0x5E403A) is known color: Very Dark Brown. HEX triplet: 5E, 40 and 3A. RGB value is (94,64,58). Sum of RGB (Red+Green+Blue) = 94+64+58=216 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.52% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 94 - color contains mainly: red. Hex color #5E403A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E403A is #A1BFC5. Grayscale: #484848. Windows color (decimal): -10600390 or 3817566. OLE color: 3817566.

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

Color convert

RGB 94 64 58 -
CMYK 0 0.32 0.38 0.63
HSL 10º 0.24% 0.3% -
HSV(B) 10º 0.38% 0.37% -
XYZ 7.21 6.35 4.85 -
YUV 72.29 119.94 143.49 -
System Red Green Blue C M Y K H S L
Decimal 94 64 58 0 0.32 0.38 0.63 10 0.24 0.3
Hex 5E 40 3A 0 20 26 3F A 18 1E
Octal 136 100 72 0 40 46 77 12 30 36
Binary 1011110 1000000 111010 0 100000 100110 111111 1010 11000 11110

Color Harmonies of #5E403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E403A

Black with #5E403A

Text Example


Text Example

White with #5E403A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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