#957E5D

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

Shades of Sorrell Brown #957E5D

Tints of Sorrell Brown #957E5D

Color information

#957E5D (or 0x957E5D) is unknown color: approx Sorrell Brown. HEX triplet: 95, 7E and 5D. RGB value is (149,126,93). Sum of RGB (Red+Green+Blue) = 149+126+93=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #957E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957E5D is #6A81A2. Grayscale: #818181. Windows color (decimal): -6980003 or 6127253. OLE color: 6127253.

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

Color convert

RGB14912693-
CMYK00.150.380.42
HSL35.36º23.14%47.45%-
HSV(B)35.36º37.58%58.43%-
XYZ21.8322.113.47-
YUV129.11107.62142.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.49%
GREEN value IS 126 (49.61% from 255) = 34.24%
BLUE value IS 93 (36.72% from 255) = 25.27%
R=40.49%
G=34.24%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491269300.150.380.4235.3623.1447.45
Hex957E5D0F262A23172f
Octal2251761350174652432757
Binary10010101111111010111010111110011010101010001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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