#9B7E5C

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

Shades of Sorrell Brown #9B7E5C

Tints of Sorrell Brown #9B7E5C

Color information

#9B7E5C (or 0x9B7E5C) is unknown color: approx Sorrell Brown. HEX triplet: 9B, 7E and 5C. RGB value is (155,126,92). Sum of RGB (Red+Green+Blue) = 155+126+92=373 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.55% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7E5C is #6481A3. Grayscale: #828282. Windows color (decimal): -6586788 or 6061723. OLE color: 6061723.

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

Color convert

RGB15512692-
CMYK00.190.410.39
HSL32.38º25.51%48.43%-
HSV(B)32.38º40.65%60.78%-
XYZ22.9122.6613.29-
YUV130.79106.11145.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.55%
GREEN value IS 126 (49.61% from 255) = 33.78%
BLUE value IS 92 (36.33% from 255) = 24.66%
R=41.55%
G=33.78%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551269200.190.410.3932.3825.5148.43
Hex9B7E5C0132927201a30
Octal2331761340235147403260
Binary100110111111110101110001001110100110011110000011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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