#957B5D

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

Shades of Sorrell Brown #957B5D

Tints of Sorrell Brown #957B5D

Color information

#957B5D (or 0x957B5D) is unknown color: approx Sorrell Brown. HEX triplet: 95, 7B and 5D. RGB value is (149,123,93). Sum of RGB (Red+Green+Blue) = 149+123+93=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #957B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957B5D is #6A84A2. Grayscale: #7F7F7F. Windows color (decimal): -6980771 or 6126485. OLE color: 6126485.

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

Color convert

RGB14912393-
CMYK00.170.380.42
HSL32.14º23.14%47.45%-
HSV(B)32.14º37.58%58.43%-
XYZ21.4521.3513.35-
YUV127.35108.61143.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.82%
GREEN value IS 123 (48.44% from 255) = 33.70%
BLUE value IS 93 (36.72% from 255) = 25.48%
R=40.82%
G=33.70%
B=25.48%

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
Decimal1491239300.170.380.4232.1423.1447.45
Hex957B5D011262A20172f
Octal2251731350214652402757
Binary100101011111011101110101000110011010101010000010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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