Html Css Color HEX #957E5D Sorrell Brown

📋 copy color: '#957E5D'

red 149 ◦ green 126 ◦ blue 93

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

Shades of Sorrell Brown #957E5D

Tints of Sorrell Brown #957E5D

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 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

#957E5D (or 0x957E5D) is known color: 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

RGB 149 126 93 -
CMYK 0 0.15 0.38 0.42
HSL 35.36º 0.23% 0.47% -
HSV(B) 35.36º 0.38% 0.58% -
XYZ 21.83 22.1 13.47 -
YUV 129.12 107.62 142.18 -
System Red Green Blue C M Y K H S L
Decimal 149 126 93 0 0.15 0.38 0.42 35.36 0.23 0.47
Hex 95 7E 5D 0 F 26 2A 23 17 2F
Octal 225 176 135 0 17 46 52 43 27 57
Binary 10010101 1111110 1011101 0 1111 100110 101010 100011 10111 101111

Color Harmonies of #957E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957E5D

Black with #957E5D

Text Example


Text Example

White with #957E5D

Text Example


Text Example

HTML Codes & Css Web 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>