Html Css Color HEX #957D61 Sorrell Brown

📋 copy color: '#957D61'

red 149 ◦ green 125 ◦ blue 97

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

Shades of Sorrell Brown #957D61

Tints of Sorrell Brown #957D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.15%

R = 40.16%
G = 33.69%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#957D61 (or 0x957D61) is known color: Sorrell Brown. HEX triplet: 95, 7D and 61. RGB value is (149,125,97). Sum of RGB (Red+Green+Blue) = 149+125+97=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #957D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957D61 is #6A829E. Grayscale: #818181. Windows color (decimal): -6980255 or 6389141. OLE color: 6389141.

HSL color Cylindrical-coordinate representation of color #957D61: hue angle of 32.31º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #957D61 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 125 97 -
CMYK 0 0.16 0.35 0.42
HSL 32.31º 0.21% 0.48% -
HSV(B) 32.31º 0.35% 0.58% -
XYZ 21.89 21.92 14.39 -
YUV 128.98 109.95 142.28 -
System Red Green Blue C M Y K H S L
Decimal 149 125 97 0 0.16 0.35 0.42 32.31 0.21 0.48
Hex 95 7D 61 0 10 23 2A 20 15 30
Octal 225 175 141 0 20 43 52 40 25 60
Binary 10010101 1111101 1100001 0 10000 100011 101010 100000 10101 110000

Color Harmonies of #957D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957D61

Black with #957D61

Text Example


Text Example

White with #957D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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