Html Css Color HEX #5E4841 Saddle

📋 copy color: '#5E4841'

red 94 ◦ green 72 ◦ blue 65

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

Shades of Saddle #5E4841

Tints of Saddle #5E4841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.17%

 BLUE value IS 65 (25.78% from 255) = 28.14%

R = 40.69%
G = 31.17%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.63

RGB Variations

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

Color information

#5E4841 (or 0x5E4841) is known color: Saddle. HEX triplet: 5E, 48 and 41. RGB value is (94,72,65). Sum of RGB (Red+Green+Blue) = 94+72+65=231 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.69% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4841 is #A1B7BE. Grayscale: #4D4D4D. Windows color (decimal): -10598335 or 4278366. OLE color: 4278366.

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

Color convert

RGB 94 72 65 -
CMYK 0 0.23 0.31 0.63
HSL 14.48º 0.18% 0.31% -
HSV(B) 14.48º 0.31% 0.37% -
XYZ 7.89 7.4 6.01 -
YUV 77.78 120.79 139.57 -
System Red Green Blue C M Y K H S L
Decimal 94 72 65 0 0.23 0.31 0.63 14.48 0.18 0.31
Hex 5E 48 41 0 17 1F 3F E 12 1F
Octal 136 110 101 0 27 37 77 16 22 37
Binary 1011110 1001000 1000001 0 10111 11111 111111 1110 10010 11111

Color Harmonies of #5E4841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4841

Black with #5E4841

Text Example


Text Example

White with #5E4841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,72,65); }

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

background-color css

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

 a { background-color: rgb(94,72,65); }

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

border-color css

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

 span { border-color: rgb(94,72,65); }

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