#987D5C

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

Shades of Sorrell Brown #987D5C

Tints of Sorrell Brown #987D5C

Color information

#987D5C (or 0x987D5C) is unknown color: approx Sorrell Brown. HEX triplet: 98, 7D and 5C. RGB value is (152,125,92). Sum of RGB (Red+Green+Blue) = 152+125+92=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #987D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987D5C is #6782A3. Grayscale: #818181. Windows color (decimal): -6783652 or 6061464. OLE color: 6061464.

HSL color Cylindrical-coordinate representation of color #987D5C: hue angle of 33º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #987D5C is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB15212592-
CMYK00.180.390.40
HSL33º24.59%47.84%-
HSV(B)33º39.47%59.61%-
XYZ22.2122.1213.22-
YUV129.31106.95144.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.19%
GREEN value IS 125 (49.22% from 255) = 33.88%
BLUE value IS 92 (36.33% from 255) = 24.93%
R=41.19%
G=33.88%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521259200.180.390.403324.5947.84
Hex987D5C0122728211930
Octal2301751340224750413160
Binary100110001111101101110001001010011110100010000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987D5C; }

 p { color: rgb(152,125,92); }

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

<style>
 a { background-color: #987D5C; }

 a { background-color: rgb(152,125,92); }

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

<style>
 span { border-color: #987D5C; }

 span { border-color: rgb(152,125,92); }

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