Html Css Color HEX #957C5C Sorrell Brown

📋 copy color: '#957C5C'

red 149 ◦ green 124 ◦ blue 92

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

Shades of Sorrell Brown #957C5C

Tints of Sorrell Brown #957C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.21%

R = 40.82%
G = 33.97%
B = 25.21%

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

#957C5C (or 0x957C5C) is known color: Sorrell Brown. HEX triplet: 95, 7C and 5C. RGB value is (149,124,92). Sum of RGB (Red+Green+Blue) = 149+124+92=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #957C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957C5C is #6A83A3. Grayscale: #7F7F7F. Windows color (decimal): -6980516 or 6061205. OLE color: 6061205.

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

Color convert

RGB 149 124 92 -
CMYK 0 0.17 0.38 0.42
HSL 33.68º 0.24% 0.47% -
HSV(B) 33.68º 0.38% 0.58% -
XYZ 21.53 21.58 13.16 -
YUV 127.83 107.78 143.1 -
System Red Green Blue C M Y K H S L
Decimal 149 124 92 0 0.17 0.38 0.42 33.68 0.24 0.47
Hex 95 7C 5C 0 11 26 2A 22 18 2F
Octal 225 174 134 0 21 46 52 42 30 57
Binary 10010101 1111100 1011100 0 10001 100110 101010 100010 11000 101111

Color Harmonies of #957C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957C5C

Black with #957C5C

Text Example


Text Example

White with #957C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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