Html Css Color HEX #5E4342 Woody Brown

📋 copy color: '#5E4342'

red 94 ◦ green 67 ◦ blue 66

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

Shades of Woody Brown #5E4342

Tints of Woody Brown #5E4342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 29.07%

R = 41.41%
G = 29.52%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.63

RGB Variations

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

Color information

#5E4342 (or 0x5E4342) is known color: Woody Brown. HEX triplet: 5E, 43 and 42. RGB value is (94,67,66). Sum of RGB (Red+Green+Blue) = 94+67+66=227 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.41% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 66 (26.17% from 255 or 29.07% from 227); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4342 is #A1BCBD. Grayscale: #4A4A4A. Windows color (decimal): -10599614 or 4342622. OLE color: 4342622.

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

Color convert

RGB 94 67 66 -
CMYK 0 0.29 0.30 0.63
HSL 2.14º 0.18% 0.31% -
HSV(B) 2.14º 0.3% 0.37% -
XYZ 7.61 6.79 6.06 -
YUV 74.96 122.95 141.58 -
System Red Green Blue C M Y K H S L
Decimal 94 67 66 0 0.29 0.30 0.63 2.14 0.18 0.31
Hex 5E 43 42 0 1D 1E 3F 2 12 1F
Octal 136 103 102 0 35 36 77 2 22 37
Binary 1011110 1000011 1000010 0 11101 11110 111111 10 10010 11111

Color Harmonies of #5E4342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4342

Black with #5E4342

Text Example


Text Example

White with #5E4342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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