#957F5F

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

Shades of Sorrell Brown #957F5F

Tints of Sorrell Brown #957F5F

Color information

#957F5F (or 0x957F5F) is unknown color: approx Sorrell Brown. HEX triplet: 95, 7F and 5F. RGB value is (149,127,95). Sum of RGB (Red+Green+Blue) = 149+127+95=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #957F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957F5F is #6A80A0. Grayscale: #828282. Windows color (decimal): -6979745 or 6258581. OLE color: 6258581.

HSL color Cylindrical-coordinate representation of color #957F5F: hue angle of 35.56º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #957F5F is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB14912795-
CMYK00.150.360.42
HSL35.56º22.13%47.84%-
HSV(B)35.56º36.24%58.43%-
XYZ22.0522.3913.99-
YUV129.93108.29141.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.16%
GREEN value IS 127 (50% from 255) = 34.23%
BLUE value IS 95 (37.5% from 255) = 25.61%
R=40.16%
G=34.23%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491279500.150.360.4235.5622.1347.84
Hex957F5F0F242A241630
Octal2251771370174452442660
Binary10010101111111110111110111110010010101010010010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,127,95); }

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

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

 a { background-color: rgb(149,127,95); }

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

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

 span { border-color: rgb(149,127,95); }

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