#9F7A5F

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

Shades of Sorrell Brown #9F7A5F

Tints of Sorrell Brown #9F7A5F

Color information

#9F7A5F (or 0x9F7A5F) is unknown color: approx Sorrell Brown. HEX triplet: 9F, 7A and 5F. RGB value is (159,122,95). Sum of RGB (Red+Green+Blue) = 159+122+95=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7A5F is #6085A0. Grayscale: #828282. Windows color (decimal): -6325665 or 6257311. OLE color: 6257311.

HSL color Cylindrical-coordinate representation of color #9F7A5F: hue angle of 25.31º 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 #9F7A5F is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB15912295-
CMYK00.230.400.38
HSL25.31º25.2%49.8%-
HSV(B)25.31º40.25%62.35%-
XYZ23.3222.1213.87-
YUV129.98108.26148.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.29%
GREEN value IS 122 (48.05% from 255) = 32.45%
BLUE value IS 95 (37.5% from 255) = 25.27%
R=42.29%
G=32.45%
B=25.27%

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
Decimal1591229500.230.400.3825.3125.249.8
Hex9F7A5F0172826191932
Octal2371721370275046313162
Binary10011111111101010111110101111010001001101100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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