#957D5D

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

Shades of Sorrell Brown #957D5D

Tints of Sorrell Brown #957D5D

Color information

#957D5D (or 0x957D5D) is unknown color: approx Sorrell Brown. HEX triplet: 95, 7D and 5D. RGB value is (149,125,93). Sum of RGB (Red+Green+Blue) = 149+125+93=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #957D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957D5D is #6A82A2. Grayscale: #808080. Windows color (decimal): -6980259 or 6126997. OLE color: 6126997.

HSL color Cylindrical-coordinate representation of color #957D5D: hue angle of 34.29º 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 #957D5D is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB14912593-
CMYK00.160.380.42
HSL34.29º23.14%47.45%-
HSV(B)34.29º37.58%58.43%-
XYZ21.721.8513.43-
YUV128.53107.95142.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.60%
GREEN value IS 125 (49.22% from 255) = 34.06%
BLUE value IS 93 (36.72% from 255) = 25.34%
R=40.60%
G=34.06%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491259300.160.380.4234.2923.1447.45
Hex957D5D010262A22172f
Octal2251751350204652422757
Binary100101011111101101110101000010011010101010001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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