#9E7A5F

Color #9E7A5F Sorrell Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sorrell Brown #9E7A5F

Tints of Sorrell Brown #9E7A5F

Color information

#9E7A5F (or 0x9E7A5F) is unknown color: approx Sorrell Brown. HEX triplet: 9E, 7A and 5F. RGB value is (158,122,95). Sum of RGB (Red+Green+Blue) = 158+122+95=375 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.13% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7A5F is #6185A0. Grayscale: #818181. Windows color (decimal): -6391201 or 6257310. OLE color: 6257310.

HSL color Cylindrical-coordinate representation of color #9E7A5F: hue angle of 25.71º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9E7A5F is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB15812295-
CMYK00.230.400.38
HSL25.71º24.9%49.61%-
HSV(B)25.71º39.87%61.96%-
XYZ23.1322.0113.86-
YUV129.69108.43148.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.13%
GREEN value IS 122 (48.05% from 255) = 32.53%
BLUE value IS 95 (37.5% from 255) = 25.33%
R=42.13%
G=32.53%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581229500.230.400.3825.7124.949.61
Hex9E7A5F01728261a1932
Octal2361721370275046323162
Binary10011110111101010111110101111010001001101101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,122,95); }

 H1.HeaderClassName
 {
   color: #9E7A5F;
 }
 .AnyTagClassName
 {
   color: #9E7A5F;
 }
</style>
background-color css

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

 a { background-color: rgb(158,122,95); }

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

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

 span { border-color: rgb(158,122,95); }

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