#9B7C5D

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

Shades of Sorrell Brown #9B7C5D

Tints of Sorrell Brown #9B7C5D

Color information

#9B7C5D (or 0x9B7C5D) is unknown color: approx Sorrell Brown. HEX triplet: 9B, 7C and 5D. RGB value is (155,124,93). Sum of RGB (Red+Green+Blue) = 155+124+93=372 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.67% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7C5D is #6483A2. Grayscale: #818181. Windows color (decimal): -6587299 or 6126747. OLE color: 6126747.

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

Color convert

RGB15512493-
CMYK00.20.40.39
HSL30º25%48.63%-
HSV(B)30º40%60.78%-
XYZ22.722.1713.44-
YUV129.73107.27146.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.67%
GREEN value IS 124 (48.83% from 255) = 33.33%
BLUE value IS 93 (36.72% from 255) = 25%
R=41.67%
G=33.33%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551249300.20.40.39302548.63
Hex9B7C5D01428271e1931
Octal2331741350245047363161
Binary10011011111110010111010101001010001001111111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,124,93); }

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

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

 a { background-color: rgb(155,124,93); }

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

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

 span { border-color: rgb(155,124,93); }

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