Html Css Color HEX #9E7C5E Sorrell Brown

📋 copy color: '#9E7C5E'

red 158 ◦ green 124 ◦ blue 94

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

Shades of Sorrell Brown #9E7C5E

Tints of Sorrell Brown #9E7C5E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.98%

 BLUE value IS 94 (37.11% from 255) = 25%

R = 42.02%
G = 32.98%
B = 25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9E7C5E (or 0x9E7C5E) is known color: Sorrell Brown. HEX triplet: 9E, 7C and 5E. RGB value is (158,124,94). Sum of RGB (Red+Green+Blue) = 158+124+94=376 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.02% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7C5E is #6183A1. Grayscale: #828282. Windows color (decimal): -6390690 or 6192286. OLE color: 6192286.

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

Color convert

RGB 158 124 94 -
CMYK 0 0.22 0.41 0.38
HSL 28.13º 0.25% 0.49% -
HSV(B) 28.13º 0.41% 0.62% -
XYZ 23.33 22.49 13.7 -
YUV 130.75 107.26 147.44 -
System Red Green Blue C M Y K H S L
Decimal 158 124 94 0 0.22 0.41 0.38 28.13 0.25 0.49
Hex 9E 7C 5E 0 16 29 26 1C 19 31
Octal 236 174 136 0 26 51 46 34 31 61
Binary 10011110 1111100 1011110 0 10110 101001 100110 11100 11001 110001

Color Harmonies of #9E7C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7C5E

Black with #9E7C5E

Text Example


Text Example

White with #9E7C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,124,94); }

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

background-color css

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

 a { background-color: rgb(158,124,94); }

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

border-color css

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

 span { border-color: rgb(158,124,94); }

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