#9B7F5B

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

Shades of Sorrell Brown #9B7F5B

Tints of Sorrell Brown #9B7F5B

Color information

#9B7F5B (or 0x9B7F5B) is unknown color: approx Sorrell Brown. HEX triplet: 9B, 7F and 5B. RGB value is (155,127,91). Sum of RGB (Red+Green+Blue) = 155+127+91=373 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.55% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7F5B is #6480A4. Grayscale: #838383. Windows color (decimal): -6586533 or 5996443. OLE color: 5996443.

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

Color convert

RGB15512791-
CMYK00.180.410.39
HSL33.75º26.02%48.24%-
HSV(B)33.75º41.29%60.78%-
XYZ2322.913.11-
YUV131.27105.28144.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.55%
GREEN value IS 127 (50% from 255) = 34.05%
BLUE value IS 91 (35.94% from 255) = 24.40%
R=41.55%
G=34.05%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551279100.180.410.3933.7526.0248.24
Hex9B7F5B0122927221a30
Octal2331771330225147423260
Binary100110111111111101101101001010100110011110001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,127,91); }

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

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

 a { background-color: rgb(155,127,91); }

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

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

 span { border-color: rgb(155,127,91); }

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