Html Css Color HEX #9E5441 Sepia

📋 copy color: '#9E5441'

red 158 ◦ green 84 ◦ blue 65

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

Shades of Sepia #9E5441

Tints of Sepia #9E5441

RGB

 RED value IS 158 (62.11% from 255) = 51.47%

 GREEN value IS 84 (33.2% from 255) = 27.36%

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

R = 51.47%
G = 27.36%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#9E5441 (or 0x9E5441) is known color: Sepia. HEX triplet: 9E, 54 and 41. RGB value is (158,84,65). Sum of RGB (Red+Green+Blue) = 158+84+65=307 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.47% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5441 is #61ABBE. Grayscale: #686868. Windows color (decimal): -6400959 or 4281502. OLE color: 4281502.

HSL color Cylindrical-coordinate representation of color #9E5441: hue angle of 12.26º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E5441 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 84 65 -
CMYK 0 0.47 0.59 0.38
HSL 12.26º 0.42% 0.44% -
HSV(B) 12.26º 0.59% 0.62% -
XYZ 18.23 13.99 6.74 -
YUV 103.96 106.02 166.54 -
System Red Green Blue C M Y K H S L
Decimal 158 84 65 0 0.47 0.59 0.38 12.26 0.42 0.44
Hex 9E 54 41 0 2F 3B 26 C 2A 2C
Octal 236 124 101 0 57 73 46 14 52 54
Binary 10011110 1010100 1000001 0 101111 111011 100110 1100 101010 101100

Color Harmonies of #9E5441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5441

Black with #9E5441

Text Example


Text Example

White with #9E5441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E5441; }

 p { color: rgb(158,84,65); }

 H1.HeaderClassName
 {
   color: #9E5441;
 }
 .AnyTagClassName
 {
   color: #9E5441;
 }
</style>

background-color css

<style>
 a { background-color: #9E5441; }

 a { background-color: rgb(158,84,65); }

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

border-color css

<style>
 span { border-color: #9E5441; }

 span { border-color: rgb(158,84,65); }

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