Html Css Color HEX #957D5D Sorrell Brown

📋 copy color: '#957D5D'

red 149 ◦ green 125 ◦ blue 93

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

Shades of Sorrell Brown #957D5D

Tints of Sorrell Brown #957D5D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.06%

 BLUE value IS 93 (36.72% from 255) = 25.34%

R = 40.6%
G = 34.06%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#957D5D (or 0x957D5D) is known color: Sorrell Brown. HEX triplet: 95, 7D and 5D. RGB value is (149,125,93). Sum of RGB (Red+Green+Blue) = 149+125+93=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #957D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957D5D is #6A82A2. Grayscale: #808080. Windows color (decimal): -6980259 or 6126997. OLE color: 6126997.

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

Color convert

RGB 149 125 93 -
CMYK 0 0.16 0.38 0.42
HSL 34.29º 0.23% 0.47% -
HSV(B) 34.29º 0.38% 0.58% -
XYZ 21.7 21.85 13.43 -
YUV 128.53 107.95 142.6 -
System Red Green Blue C M Y K H S L
Decimal 149 125 93 0 0.16 0.38 0.42 34.29 0.23 0.47
Hex 95 7D 5D 0 10 26 2A 22 17 2F
Octal 225 175 135 0 20 46 52 42 27 57
Binary 10010101 1111101 1011101 0 10000 100110 101010 100010 10111 101111

Color Harmonies of #957D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957D5D

Black with #957D5D

Text Example


Text Example

White with #957D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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