Html Css Color HEX #5E4543 Woody Brown

📋 copy color: '#5E4543'

red 94 ◦ green 69 ◦ blue 67

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

Shades of Woody Brown #5E4543

Tints of Woody Brown #5E4543

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30%

 BLUE value IS 67 (26.56% from 255) = 29.13%

R = 40.87%
G = 30%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.63

RGB Variations

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

Color information

#5E4543 (or 0x5E4543) is known color: Woody Brown. HEX triplet: 5E, 45 and 43. RGB value is (94,69,67). Sum of RGB (Red+Green+Blue) = 94+69+67=230 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.87% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 67 (26.56% from 255 or 29.13% from 230); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4543 is #A1BABC. Grayscale: #4C4C4C. Windows color (decimal): -10599101 or 4408670. OLE color: 4408670.

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

Color convert

RGB 94 69 67 -
CMYK 0 0.27 0.29 0.63
HSL 4.44º 0.17% 0.32% -
HSV(B) 4.44º 0.29% 0.37% -
XYZ 7.76 7.04 6.26 -
YUV 76.25 122.78 140.66 -
System Red Green Blue C M Y K H S L
Decimal 94 69 67 0 0.27 0.29 0.63 4.44 0.17 0.32
Hex 5E 45 43 0 1B 1D 3F 4 11 20
Octal 136 105 103 0 33 35 77 4 21 40
Binary 1011110 1000101 1000011 0 11011 11101 111111 100 10001 100000

Color Harmonies of #5E4543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4543

Black with #5E4543

Text Example


Text Example

White with #5E4543

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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