#9F8263

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

Shades of Sorrell Brown #9F8263

Tints of Sorrell Brown #9F8263

Color information

#9F8263 (or 0x9F8263) is unknown color: approx Sorrell Brown. HEX triplet: 9F, 82 and 63. RGB value is (159,130,99). Sum of RGB (Red+Green+Blue) = 159+130+99=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8263 is #607D9C. Grayscale: #878787. Windows color (decimal): -6323613 or 6521503. OLE color: 6521503.

HSL color Cylindrical-coordinate representation of color #9F8263: hue angle of 31º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9F8263 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB15913099-
CMYK00.180.380.38
HSL31º23.81%50.59%-
HSV(B)31º37.74%62.35%-
XYZ24.5324.2415.19-
YUV135.14107.61145.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.98%
GREEN value IS 130 (51.17% from 255) = 33.51%
BLUE value IS 99 (39.06% from 255) = 25.52%
R=40.98%
G=33.51%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591309900.180.380.383123.8150.59
Hex9F826301226261f1833
Octal2372021430224646373063
Binary100111111000001011000110100101001101001101111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,130,99); }

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

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

 a { background-color: rgb(159,130,99); }

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

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

 span { border-color: rgb(159,130,99); }

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