#957C5D

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

Shades of Sorrell Brown #957C5D

Tints of Sorrell Brown #957C5D

Color information

#957C5D (or 0x957C5D) is unknown color: approx Sorrell Brown. HEX triplet: 95, 7C and 5D. RGB value is (149,124,93). Sum of RGB (Red+Green+Blue) = 149+124+93=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #957C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957C5D is #6A83A2. Grayscale: #808080. Windows color (decimal): -6980515 or 6126741. OLE color: 6126741.

HSL color Cylindrical-coordinate representation of color #957C5D: hue angle of 33.21º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #957C5D is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB14912493-
CMYK00.170.380.42
HSL33.21º23.14%47.45%-
HSV(B)33.21º37.58%58.43%-
XYZ21.5821.613.39-
YUV127.94108.28143.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.71%
GREEN value IS 124 (48.83% from 255) = 33.88%
BLUE value IS 93 (36.72% from 255) = 25.41%
R=40.71%
G=33.88%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491249300.170.380.4233.2123.1447.45
Hex957C5D011262A21172f
Octal2251741350214652412757
Binary100101011111100101110101000110011010101010000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957C5D; }

 p { color: rgb(149,124,93); }

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

<style>
 a { background-color: #957C5D; }

 a { background-color: rgb(149,124,93); }

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

<style>
 span { border-color: #957C5D; }

 span { border-color: rgb(149,124,93); }

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