#9B775D

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

Shades of Sorrell Brown #9B775D

Tints of Sorrell Brown #9B775D

Color information

#9B775D (or 0x9B775D) is unknown color: approx Sorrell Brown. HEX triplet: 9B, 77 and 5D. RGB value is (155,119,93). Sum of RGB (Red+Green+Blue) = 155+119+93=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 155 - color contains mainly: red. Hex color #9B775D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B775D is #6488A2. Grayscale: #7E7E7E. Windows color (decimal): -6588579 or 6125467. OLE color: 6125467.

HSL color Cylindrical-coordinate representation of color #9B775D: hue angle of 25.16º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9B775D is Cyan = 0, Magento = 0.23, Yellow = 0.4 and Black (K on CMYK) = 0.39.

Color convert

RGB15511993-
CMYK00.230.40.39
HSL25.16º25%48.63%-
HSV(B)25.16º40%60.78%-
XYZ22.0920.9513.24-
YUV126.8108.93148.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.23%
GREEN value IS 119 (46.88% from 255) = 32.43%
BLUE value IS 93 (36.72% from 255) = 25.34%
R=42.23%
G=32.43%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551199300.230.40.3925.162548.63
Hex9B775D0172827191931
Octal2331671350275047313161
Binary10011011111011110111010101111010001001111100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,119,93); }

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

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

 a { background-color: rgb(155,119,93); }

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

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

 span { border-color: rgb(155,119,93); }

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