Html Css Color HEX #5E433D Very Dark Brown

📋 copy color: '#5E433D'

red 94 ◦ green 67 ◦ blue 61

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

Shades of Very Dark Brown #5E433D

Tints of Very Dark Brown #5E433D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.18%

 BLUE value IS 61 (24.22% from 255) = 27.48%

R = 42.34%
G = 30.18%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.63

RGB Variations

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

Color information

#5E433D (or 0x5E433D) is known color: Very Dark Brown. HEX triplet: 5E, 43 and 3D. RGB value is (94,67,61). Sum of RGB (Red+Green+Blue) = 94+67+61=222 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.34% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 94 - color contains mainly: red. Hex color #5E433D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E433D is #A1BCC2. Grayscale: #4A4A4A. Windows color (decimal): -10599619 or 4014942. OLE color: 4014942.

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

Color convert

RGB 94 67 61 -
CMYK 0 0.29 0.35 0.63
HSL 10.91º 0.21% 0.3% -
HSV(B) 10.91º 0.35% 0.37% -
XYZ 7.47 6.73 5.32 -
YUV 74.39 120.45 141.99 -
System Red Green Blue C M Y K H S L
Decimal 94 67 61 0 0.29 0.35 0.63 10.91 0.21 0.3
Hex 5E 43 3D 0 1D 23 3F B 15 1E
Octal 136 103 75 0 35 43 77 13 25 36
Binary 1011110 1000011 111101 0 11101 100011 111111 1011 10101 11110

Color Harmonies of #5E433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E433D

Black with #5E433D

Text Example


Text Example

White with #5E433D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,67,61); }

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

background-color css

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

 a { background-color: rgb(94,67,61); }

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

border-color css

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

 span { border-color: rgb(94,67,61); }

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