Html Css Color HEX #9F7D5C Sorrell Brown

📋 copy color: '#9F7D5C'

red 159 ◦ green 125 ◦ blue 92

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

Shades of Sorrell Brown #9F7D5C

Tints of Sorrell Brown #9F7D5C

RGB

 RED value IS 159 (62.5% from 255) = 42.29%

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

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

R = 42.29%
G = 33.24%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9F7D5C (or 0x9F7D5C) is known color: Sorrell Brown. HEX triplet: 9F, 7D and 5C. RGB value is (159,125,92). Sum of RGB (Red+Green+Blue) = 159+125+92=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7D5C is #6082A3. Grayscale: #838383. Windows color (decimal): -6324900 or 6061471. OLE color: 6061471.

HSL color Cylindrical-coordinate representation of color #9F7D5C: hue angle of 29.55º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F7D5C is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 125 92 -
CMYK 0 0.21 0.42 0.38
HSL 29.55º 0.27% 0.49% -
HSV(B) 29.55º 0.42% 0.62% -
XYZ 23.56 22.81 13.29 -
YUV 131.4 105.76 147.68 -
System Red Green Blue C M Y K H S L
Decimal 159 125 92 0 0.21 0.42 0.38 29.55 0.27 0.49
Hex 9F 7D 5C 0 15 2A 26 1E 1B 31
Octal 237 175 134 0 25 52 46 36 33 61
Binary 10011111 1111101 1011100 0 10101 101010 100110 11110 11011 110001

Color Harmonies of #9F7D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7D5C

Black with #9F7D5C

Text Example


Text Example

White with #9F7D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F7D5C; }

 p { color: rgb(159,125,92); }

 H1.HeaderClassName
 {
   color: #9F7D5C;
 }
 .AnyTagClassName
 {
   color: #9F7D5C;
 }
</style>

background-color css

<style>
 a { background-color: #9F7D5C; }

 a { background-color: rgb(159,125,92); }

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

border-color css

<style>
 span { border-color: #9F7D5C; }

 span { border-color: rgb(159,125,92); }

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