Html Css Color HEX #9E7E5B Sorrell Brown

📋 copy color: '#9E7E5B'

red 158 ◦ green 126 ◦ blue 91

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

Shades of Sorrell Brown #9E7E5B

Tints of Sorrell Brown #9E7E5B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.6%

 BLUE value IS 91 (35.94% from 255) = 24.27%

R = 42.13%
G = 33.6%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9E7E5B (or 0x9E7E5B) is known color: Sorrell Brown. HEX triplet: 9E, 7E and 5B. RGB value is (158,126,91). Sum of RGB (Red+Green+Blue) = 158+126+91=375 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.13% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7E5B is #6181A4. Grayscale: #838383. Windows color (decimal): -6390181 or 5996190. OLE color: 5996190.

HSL color Cylindrical-coordinate representation of color #9E7E5B: hue angle of 31.34º degrees, saturation: 0.27, 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 #9E7E5B is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 126 91 -
CMYK 0 0.20 0.42 0.38
HSL 31.34º 0.27% 0.49% -
HSV(B) 31.34º 0.42% 0.62% -
XYZ 23.45 22.95 13.09 -
YUV 131.58 105.1 146.85 -
System Red Green Blue C M Y K H S L
Decimal 158 126 91 0 0.20 0.42 0.38 31.34 0.27 0.49
Hex 9E 7E 5B 0 14 2A 26 1F 1B 31
Octal 236 176 133 0 24 52 46 37 33 61
Binary 10011110 1111110 1011011 0 10100 101010 100110 11111 11011 110001

Color Harmonies of #9E7E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7E5B

Black with #9E7E5B

Text Example


Text Example

White with #9E7E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,126,91); }

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

background-color css

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

 a { background-color: rgb(158,126,91); }

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

border-color css

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

 span { border-color: rgb(158,126,91); }

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