#977D5B

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

Shades of Sorrell Brown #977D5B

Tints of Sorrell Brown #977D5B

Color information

#977D5B (or 0x977D5B) is unknown color: approx Sorrell Brown. HEX triplet: 97, 7D and 5B. RGB value is (151,125,91). Sum of RGB (Red+Green+Blue) = 151+125+91=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 151 - color contains mainly: red. Hex color #977D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977D5B is #6882A4. Grayscale: #818181. Windows color (decimal): -6849189 or 5995927. OLE color: 5995927.

HSL color Cylindrical-coordinate representation of color #977D5B: hue angle of 34º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #977D5B is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB15112591-
CMYK00.170.400.41
HSL34º24.79%47.45%-
HSV(B)34º39.74%59.22%-
XYZ21.982212.99-
YUV128.9106.61143.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.14%
GREEN value IS 125 (49.22% from 255) = 34.06%
BLUE value IS 91 (35.94% from 255) = 24.80%
R=41.14%
G=34.06%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511259100.170.400.413424.7947.45
Hex977D5B011282922192f
Octal2271751330215051423157
Binary100101111111101101101101000110100010100110001011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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