Html Css Color HEX #957A5D Sorrell Brown

📋 copy color: '#957A5D'

red 149 ◦ green 122 ◦ blue 93

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

Shades of Sorrell Brown #957A5D

Tints of Sorrell Brown #957A5D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.52%

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

R = 40.93%
G = 33.52%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#957A5D (or 0x957A5D) is known color: Sorrell Brown. HEX triplet: 95, 7A and 5D. RGB value is (149,122,93). Sum of RGB (Red+Green+Blue) = 149+122+93=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #957A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957A5D is #6A85A2. Grayscale: #7E7E7E. Windows color (decimal): -6981027 or 6126229. OLE color: 6126229.

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

Color convert

RGB 149 122 93 -
CMYK 0 0.18 0.38 0.42
HSL 31.07º 0.23% 0.47% -
HSV(B) 31.07º 0.38% 0.58% -
XYZ 21.33 21.1 13.3 -
YUV 126.77 108.95 143.86 -
System Red Green Blue C M Y K H S L
Decimal 149 122 93 0 0.18 0.38 0.42 31.07 0.23 0.47
Hex 95 7A 5D 0 12 26 2A 1F 17 2F
Octal 225 172 135 0 22 46 52 37 27 57
Binary 10010101 1111010 1011101 0 10010 100110 101010 11111 10111 101111

Color Harmonies of #957A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957A5D

Black with #957A5D

Text Example


Text Example

White with #957A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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