Html Css Color HEX #957C5D Sorrell Brown

📋 copy color: '#957C5D'

red 149 ◦ green 124 ◦ blue 93

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

Shades of Sorrell Brown #957C5D

Tints of Sorrell Brown #957C5D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.88%

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

R = 40.71%
G = 33.88%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#957C5D (or 0x957C5D) is known color: Sorrell Brown. HEX triplet: 95, 7C and 5D. RGB value is (149,124,93). Sum of RGB (Red+Green+Blue) = 149+124+93=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #957C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957C5D is #6A83A2. Grayscale: #808080. Windows color (decimal): -6980515 or 6126741. OLE color: 6126741.

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

Color convert

RGB 149 124 93 -
CMYK 0 0.17 0.38 0.42
HSL 33.21º 0.23% 0.47% -
HSV(B) 33.21º 0.38% 0.58% -
XYZ 21.58 21.6 13.39 -
YUV 127.94 108.28 143.02 -
System Red Green Blue C M Y K H S L
Decimal 149 124 93 0 0.17 0.38 0.42 33.21 0.23 0.47
Hex 95 7C 5D 0 11 26 2A 21 17 2F
Octal 225 174 135 0 21 46 52 41 27 57
Binary 10010101 1111100 1011101 0 10001 100110 101010 100001 10111 101111

Color Harmonies of #957C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957C5D

Black with #957C5D

Text Example


Text Example

White with #957C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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