Html Css Color HEX #957E5F Sorrell Brown

📋 copy color: '#957E5F'

red 149 ◦ green 126 ◦ blue 95

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

Shades of Sorrell Brown #957E5F

Tints of Sorrell Brown #957E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.68%

R = 40.27%
G = 34.05%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#957E5F (or 0x957E5F) is known color: Sorrell Brown. HEX triplet: 95, 7E and 5F. RGB value is (149,126,95). Sum of RGB (Red+Green+Blue) = 149+126+95=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #957E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957E5F is #6A81A0. Grayscale: #818181. Windows color (decimal): -6980001 or 6258325. OLE color: 6258325.

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

Color convert

RGB 149 126 95 -
CMYK 0 0.15 0.36 0.42
HSL 34.44º 0.22% 0.48% -
HSV(B) 34.44º 0.36% 0.58% -
XYZ 21.92 22.14 13.94 -
YUV 129.34 108.62 142.02 -
System Red Green Blue C M Y K H S L
Decimal 149 126 95 0 0.15 0.36 0.42 34.44 0.22 0.48
Hex 95 7E 5F 0 F 24 2A 22 16 30
Octal 225 176 137 0 17 44 52 42 26 60
Binary 10010101 1111110 1011111 0 1111 100100 101010 100010 10110 110000

Color Harmonies of #957E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957E5F

Black with #957E5F

Text Example


Text Example

White with #957E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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