#9B805F

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

Shades of Sorrell Brown #9B805F

Tints of Sorrell Brown #9B805F

Color information

#9B805F (or 0x9B805F) is unknown color: approx Sorrell Brown. HEX triplet: 9B, 80 and 5F. RGB value is (155,128,95). Sum of RGB (Red+Green+Blue) = 155+128+95=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 155 - color contains mainly: red. Hex color #9B805F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B805F is #647FA0. Grayscale: #848484. Windows color (decimal): -6586273 or 6258843. OLE color: 6258843.

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

Color convert

RGB15512895-
CMYK00.170.390.39
HSL33º24%49.02%-
HSV(B)33º38.71%60.78%-
XYZ23.323.2314.08-
YUV132.31106.95144.18-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.01%
GREEN value IS 128 (50.39% from 255) = 33.86%
BLUE value IS 95 (37.5% from 255) = 25.13%
R=41.01%
G=33.86%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551289500.170.390.39332449.02
Hex9B805F0112727211831
Octal2332001370214747413061
Binary1001101110000000101111101000110011110011110000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B805F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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