#9B795C

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

Shades of Sorrell Brown #9B795C

Tints of Sorrell Brown #9B795C

Color information

#9B795C (or 0x9B795C) is unknown color: approx Sorrell Brown. HEX triplet: 9B, 79 and 5C. RGB value is (155,121,92). Sum of RGB (Red+Green+Blue) = 155+121+92=368 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.12% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 155 - color contains mainly: red. Hex color #9B795C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B795C is #6486A3. Grayscale: #808080. Windows color (decimal): -6588068 or 6060443. OLE color: 6060443.

HSL color Cylindrical-coordinate representation of color #9B795C: hue angle of 27.62º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B795C is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB15512192-
CMYK00.220.410.39
HSL27.62º25.51%48.43%-
HSV(B)27.62º40.65%60.78%-
XYZ22.2921.4213.08-
YUV127.86107.76147.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.12%
GREEN value IS 121 (47.66% from 255) = 32.88%
BLUE value IS 92 (36.33% from 255) = 25%
R=42.12%
G=32.88%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551219200.220.410.3927.6225.5148.43
Hex9B795C01629271c1a30
Octal2331711340265147343260
Binary10011011111100110111000101101010011001111110011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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