Html Css Color HEX #957E5C Sorrell Brown

📋 copy color: '#957E5C'

red 149 ◦ green 126 ◦ blue 92

#957E5C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sorrell Brown #957E5C

Tints of Sorrell Brown #957E5C

RGB

 RED value IS 149 (58.59% from 255) = 40.6%

 GREEN value IS 126 (49.61% from 255) = 34.33%

 BLUE value IS 92 (36.33% from 255) = 25.07%

R = 40.6%
G = 34.33%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#957E5C (or 0x957E5C) is known color: Sorrell Brown. HEX triplet: 95, 7E and 5C. RGB value is (149,126,92). Sum of RGB (Red+Green+Blue) = 149+126+92=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #957E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957E5C is #6A81A3. Grayscale: #818181. Windows color (decimal): -6980004 or 6061717. OLE color: 6061717.

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

Color convert

RGB 149 126 92 -
CMYK 0 0.15 0.38 0.42
HSL 35.79º 0.24% 0.47% -
HSV(B) 35.79º 0.38% 0.58% -
XYZ 21.79 22.08 13.24 -
YUV 129 107.12 142.26 -
System Red Green Blue C M Y K H S L
Decimal 149 126 92 0 0.15 0.38 0.42 35.79 0.24 0.47
Hex 95 7E 5C 0 F 26 2A 24 18 2F
Octal 225 176 134 0 17 46 52 44 30 57
Binary 10010101 1111110 1011100 0 1111 100110 101010 100100 11000 101111

Color Harmonies of #957E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957E5C

Black with #957E5C

Text Example


Text Example

White with #957E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #957E5C;
 }
 .AnyTagClassName
 {
   color: #957E5C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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