#9B805D

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

Shades of Sorrell Brown #9B805D

Tints of Sorrell Brown #9B805D

Color information

#9B805D (or 0x9B805D) is unknown color: approx Sorrell Brown. HEX triplet: 9B, 80 and 5D. RGB value is (155,128,93). Sum of RGB (Red+Green+Blue) = 155+128+93=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 155 - color contains mainly: red. Hex color #9B805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B805D is #647FA2. Grayscale: #848484. Windows color (decimal): -6586275 or 6127771. OLE color: 6127771.

HSL color Cylindrical-coordinate representation of color #9B805D: hue angle of 33.87º 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 #9B805D is Cyan = 0, Magento = 0.17, Yellow = 0.4 and Black (K on CMYK) = 0.39.

Color convert

RGB15512893-
CMYK00.170.40.39
HSL33.87º25%48.63%-
HSV(B)33.87º40%60.78%-
XYZ23.2123.213.61-
YUV132.08105.95144.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.22%
GREEN value IS 128 (50.39% from 255) = 34.04%
BLUE value IS 93 (36.72% from 255) = 24.73%
R=41.22%
G=34.04%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551289300.170.40.3933.872548.63
Hex9B805D0112827221931
Octal2332001350215047423161
Binary1001101110000000101110101000110100010011110001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B805D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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