#997D5C

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

Shades of Sorrell Brown #997D5C

Tints of Sorrell Brown #997D5C

Color information

#997D5C (or 0x997D5C) is unknown color: approx Sorrell Brown. HEX triplet: 99, 7D and 5C. RGB value is (153,125,92). Sum of RGB (Red+Green+Blue) = 153+125+92=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 153 - color contains mainly: red. Hex color #997D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997D5C is #6682A3. Grayscale: #818181. Windows color (decimal): -6718116 or 6061465. OLE color: 6061465.

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

Color convert

RGB15312592-
CMYK00.180.400.4
HSL32.46º24.9%48.04%-
HSV(B)32.46º39.87%60%-
XYZ22.422.2113.23-
YUV129.61106.78144.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.35%
GREEN value IS 125 (49.22% from 255) = 33.78%
BLUE value IS 92 (36.33% from 255) = 24.86%
R=41.35%
G=33.78%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531259200.180.400.432.4624.948.04
Hex997D5C0122828201930
Octal2311751340225050403160
Binary100110011111101101110001001010100010100010000011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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