Html Css Color HEX #957F5D Sorrell Brown

📋 copy color: '#957F5D'

red 149 ◦ green 127 ◦ blue 93

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

Shades of Sorrell Brown #957F5D

Tints of Sorrell Brown #957F5D

RGB

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

 GREEN value IS 127 (50% from 255) = 34.42%

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

R = 40.38%
G = 34.42%
B = 25.2%

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

#957F5D (or 0x957F5D) is known color: Sorrell Brown. HEX triplet: 95, 7F and 5D. RGB value is (149,127,93). Sum of RGB (Red+Green+Blue) = 149+127+93=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #957F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957F5D is #6A80A2. Grayscale: #818181. Windows color (decimal): -6979747 or 6127509. OLE color: 6127509.

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

Color convert

RGB 149 127 93 -
CMYK 0 0.15 0.38 0.42
HSL 36.43º 0.23% 0.47% -
HSV(B) 36.43º 0.38% 0.58% -
XYZ 21.96 22.36 13.51 -
YUV 129.7 107.29 141.76 -
System Red Green Blue C M Y K H S L
Decimal 149 127 93 0 0.15 0.38 0.42 36.43 0.23 0.47
Hex 95 7F 5D 0 F 26 2A 24 17 2F
Octal 225 177 135 0 17 46 52 44 27 57
Binary 10010101 1111111 1011101 0 1111 100110 101010 100100 10111 101111

Color Harmonies of #957F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F5D

Black with #957F5D

Text Example


Text Example

White with #957F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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