Html Css Color HEX #9E5C42 Sepia

📋 copy color: '#9E5C42'

red 158 ◦ green 92 ◦ blue 66

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

Shades of Sepia #9E5C42

Tints of Sepia #9E5C42

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.11%

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

R = 50%
G = 29.11%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#9E5C42 (or 0x9E5C42) is known color: Sepia. HEX triplet: 9E, 5C and 42. RGB value is (158,92,66). Sum of RGB (Red+Green+Blue) = 158+92+66=316 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5C42 is #61A3BD. Grayscale: #6C6C6C. Windows color (decimal): -6398910 or 4349086. OLE color: 4349086.

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

Color convert

RGB 158 92 66 -
CMYK 0 0.42 0.58 0.38
HSL 16.96º 0.41% 0.44% -
HSV(B) 16.96º 0.58% 0.62% -
XYZ 18.91 15.32 7.11 -
YUV 108.77 103.87 163.11 -
System Red Green Blue C M Y K H S L
Decimal 158 92 66 0 0.42 0.58 0.38 16.96 0.41 0.44
Hex 9E 5C 42 0 2A 3A 26 11 29 2C
Octal 236 134 102 0 52 72 46 21 51 54
Binary 10011110 1011100 1000010 0 101010 111010 100110 10001 101001 101100

Color Harmonies of #9E5C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5C42

Black with #9E5C42

Text Example


Text Example

White with #9E5C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,92,66); }

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

background-color css

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

 a { background-color: rgb(158,92,66); }

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

border-color css

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

 span { border-color: rgb(158,92,66); }

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