Html Css Color HEX #5E4F47 Saddle

📋 copy color: '#5E4F47'

red 94 ◦ green 79 ◦ blue 71

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

Shades of Saddle #5E4F47

Tints of Saddle #5E4F47

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.38%

 BLUE value IS 71 (28.13% from 255) = 29.1%

R = 38.52%
G = 32.38%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.24

 K value IS 0.63

RGB Variations

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

Color information

#5E4F47 (or 0x5E4F47) is known color: Saddle. HEX triplet: 5E, 4F and 47. RGB value is (94,79,71). Sum of RGB (Red+Green+Blue) = 94+79+71=244 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.52% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 71 (28.12% from 255 or 29.10% from 244); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E4F47 is #A1B0B8. Grayscale: #525252. Windows color (decimal): -10596537 or 4673374. OLE color: 4673374.

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

Color convert

RGB 94 79 71 -
CMYK 0 0.16 0.24 0.63
HSL 20.87º 0.14% 0.32% -
HSV(B) 20.87º 0.24% 0.37% -
XYZ 8.55 8.43 7.14 -
YUV 82.57 121.47 136.15 -
System Red Green Blue C M Y K H S L
Decimal 94 79 71 0 0.16 0.24 0.63 20.87 0.14 0.32
Hex 5E 4F 47 0 10 18 3F 15 E 20
Octal 136 117 107 0 20 30 77 25 16 40
Binary 1011110 1001111 1000111 0 10000 11000 111111 10101 1110 100000

Color Harmonies of #5E4F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4F47

Black with #5E4F47

Text Example


Text Example

White with #5E4F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,79,71); }

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

background-color css

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

 a { background-color: rgb(94,79,71); }

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

border-color css

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

 span { border-color: rgb(94,79,71); }

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