#997D5B

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

Shades of Sorrell Brown #997D5B

Tints of Sorrell Brown #997D5B

Color information

#997D5B (or 0x997D5B) is unknown color: approx Sorrell Brown. HEX triplet: 99, 7D and 5B. RGB value is (153,125,91). Sum of RGB (Red+Green+Blue) = 153+125+91=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #997D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997D5B is #6682A4. Grayscale: #818181. Windows color (decimal): -6718117 or 5995929. OLE color: 5995929.

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

Color convert

RGB15312591-
CMYK00.180.410.4
HSL32.9º25.41%47.84%-
HSV(B)32.9º40.52%60%-
XYZ22.3622.1913-
YUV129.5106.28144.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.46%
GREEN value IS 125 (49.22% from 255) = 33.88%
BLUE value IS 91 (35.94% from 255) = 24.66%
R=41.46%
G=33.88%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531259100.180.410.432.925.4147.84
Hex997D5B0122928211930
Octal2311751330225150413160
Binary100110011111101101101101001010100110100010000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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