#9B795F

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

Shades of Sorrell Brown #9B795F

Tints of Sorrell Brown #9B795F

Color information

#9B795F (or 0x9B795F) is unknown color: approx Sorrell Brown. HEX triplet: 9B, 79 and 5F. RGB value is (155,121,95). Sum of RGB (Red+Green+Blue) = 155+121+95=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B795F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B795F is #6486A0. Grayscale: #808080. Windows color (decimal): -6588065 or 6257051. OLE color: 6257051.

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

Color convert

RGB15512195-
CMYK00.220.390.39
HSL26º24%49.02%-
HSV(B)26º38.71%60.78%-
XYZ22.4221.4713.79-
YUV128.2109.26147.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.78%
GREEN value IS 121 (47.66% from 255) = 32.61%
BLUE value IS 95 (37.5% from 255) = 25.61%
R=41.78%
G=32.61%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551219500.220.390.39262449.02
Hex9B795F01627271a1831
Octal2331711370264747323061
Binary10011011111100110111110101101001111001111101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B795F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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