#9B815D

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

Shades of Sorrell Brown #9B815D

Tints of Sorrell Brown #9B815D

Color information

#9B815D (or 0x9B815D) is unknown color: approx Sorrell Brown. HEX triplet: 9B, 81 and 5D. RGB value is (155,129,93). Sum of RGB (Red+Green+Blue) = 155+129+93=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 155 - color contains mainly: red. Hex color #9B815D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B815D is #647EA2. Grayscale: #848484. Windows color (decimal): -6586019 or 6128027. OLE color: 6128027.

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

Color convert

RGB15512993-
CMYK00.170.40.39
HSL34.84º25%48.63%-
HSV(B)34.84º40%60.78%-
XYZ23.3423.4613.65-
YUV132.67105.61143.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.11%
GREEN value IS 129 (50.78% from 255) = 34.22%
BLUE value IS 93 (36.72% from 255) = 24.67%
R=41.11%
G=34.22%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551299300.170.40.3934.842548.63
Hex9B815D0112827231931
Octal2332011350215047433161
Binary1001101110000001101110101000110100010011110001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B815D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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