Html Css Color HEX #9F7D5D Sorrell Brown

📋 copy color: '#9F7D5D'

red 159 ◦ green 125 ◦ blue 93

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

Shades of Sorrell Brown #9F7D5D

Tints of Sorrell Brown #9F7D5D

RGB

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

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

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

R = 42.18%
G = 33.16%
B = 24.67%

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

#9F7D5D (or 0x9F7D5D) is known color: Sorrell Brown. HEX triplet: 9F, 7D and 5D. RGB value is (159,125,93). Sum of RGB (Red+Green+Blue) = 159+125+93=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7D5D is #6082A2. Grayscale: #838383. Windows color (decimal): -6324899 or 6127007. OLE color: 6127007.

HSL color Cylindrical-coordinate representation of color #9F7D5D: hue angle of 29.09º degrees, saturation: 0.26, 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 #9F7D5D is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 125 93 -
CMYK 0 0.21 0.42 0.38
HSL 29.09º 0.26% 0.49% -
HSV(B) 29.09º 0.42% 0.62% -
XYZ 23.61 22.83 13.52 -
YUV 131.52 106.26 147.6 -
System Red Green Blue C M Y K H S L
Decimal 159 125 93 0 0.21 0.42 0.38 29.09 0.26 0.49
Hex 9F 7D 5D 0 15 2A 26 1D 1A 31
Octal 237 175 135 0 25 52 46 35 32 61
Binary 10011111 1111101 1011101 0 10101 101010 100110 11101 11010 110001

Color Harmonies of #9F7D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7D5D

Black with #9F7D5D

Text Example


Text Example

White with #9F7D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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