Html Css Color HEX #9F855D Sorrell Brown

📋 copy color: '#9F855D'

red 159 ◦ green 133 ◦ blue 93

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

Shades of Sorrell Brown #9F855D

Tints of Sorrell Brown #9F855D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.55%

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

R = 41.3%
G = 34.55%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9F855D (or 0x9F855D) is known color: Sorrell Brown. HEX triplet: 9F, 85 and 5D. RGB value is (159,133,93). Sum of RGB (Red+Green+Blue) = 159+133+93=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 159 - color contains mainly: red. Hex color #9F855D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F855D is #607AA2. Grayscale: #888888. Windows color (decimal): -6322851 or 6129055. OLE color: 6129055.

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

Color convert

RGB 159 133 93 -
CMYK 0 0.16 0.42 0.38
HSL 36.36º 0.26% 0.49% -
HSV(B) 36.36º 0.42% 0.62% -
XYZ 24.66 24.94 13.87 -
YUV 136.21 103.61 144.25 -
System Red Green Blue C M Y K H S L
Decimal 159 133 93 0 0.16 0.42 0.38 36.36 0.26 0.49
Hex 9F 85 5D 0 10 2A 26 24 1A 31
Octal 237 205 135 0 20 52 46 44 32 61
Binary 10011111 10000101 1011101 0 10000 101010 100110 100100 11010 110001

Color Harmonies of #9F855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F855D

Black with #9F855D

Text Example


Text Example

White with #9F855D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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