Html Css Color HEX #9E7D5C Sorrell Brown

📋 copy color: '#9E7D5C'

red 158 ◦ green 125 ◦ blue 92

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

Shades of Sorrell Brown #9E7D5C

Tints of Sorrell Brown #9E7D5C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.33%

 BLUE value IS 92 (36.33% from 255) = 24.53%

R = 42.13%
G = 33.33%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9E7D5C (or 0x9E7D5C) is known color: Sorrell Brown. HEX triplet: 9E, 7D and 5C. RGB value is (158,125,92). Sum of RGB (Red+Green+Blue) = 158+125+92=375 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.13% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7D5C is #6182A3. Grayscale: #838383. Windows color (decimal): -6390436 or 6061470. OLE color: 6061470.

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

Color convert

RGB 158 125 92 -
CMYK 0 0.21 0.42 0.38
HSL 30º 0.26% 0.49% -
HSV(B) 30º 0.42% 0.62% -
XYZ 23.37 22.71 13.28 -
YUV 131.11 105.93 147.18 -
System Red Green Blue C M Y K H S L
Decimal 158 125 92 0 0.21 0.42 0.38 30 0.26 0.49
Hex 9E 7D 5C 0 15 2A 26 1E 1A 31
Octal 236 175 134 0 25 52 46 36 32 61
Binary 10011110 1111101 1011100 0 10101 101010 100110 11110 11010 110001

Color Harmonies of #9E7D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7D5C

Black with #9E7D5C

Text Example


Text Example

White with #9E7D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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