#997A5C

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

Shades of Sorrell Brown #997A5C

Tints of Sorrell Brown #997A5C

Color information

#997A5C (or 0x997A5C) is unknown color: approx Sorrell Brown. HEX triplet: 99, 7A and 5C. RGB value is (153,122,92). Sum of RGB (Red+Green+Blue) = 153+122+92=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #997A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997A5C is #6685A3. Grayscale: #808080. Windows color (decimal): -6718884 or 6060697. OLE color: 6060697.

HSL color Cylindrical-coordinate representation of color #997A5C: hue angle of 29.51º 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 #997A5C is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB15312292-
CMYK00.200.400.4
HSL29.51º24.9%48.04%-
HSV(B)29.51º39.87%60%-
XYZ22.0321.4613.11-
YUV127.85107.77145.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.69%
GREEN value IS 122 (48.05% from 255) = 33.24%
BLUE value IS 92 (36.33% from 255) = 25.07%
R=41.69%
G=33.24%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531229200.200.400.429.5124.948.04
Hex997A5C01428281e1930
Octal2311721340245050363160
Binary10011001111101010111000101001010001010001111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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