Html Css Color HEX #9F885C Muesli

📋 copy color: '#9F885C'

red 159 ◦ green 136 ◦ blue 92

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

Shades of Muesli #9F885C

Tints of Muesli #9F885C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.14%

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

R = 41.09%
G = 35.14%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9F885C (or 0x9F885C) is known color: Muesli. HEX triplet: 9F, 88 and 5C. RGB value is (159,136,92). Sum of RGB (Red+Green+Blue) = 159+136+92=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 159 - color contains mainly: red. Hex color #9F885C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F885C is #6077A3. Grayscale: #8A8A8A. Windows color (decimal): -6322084 or 6064287. OLE color: 6064287.

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

Color convert

RGB 159 136 92 -
CMYK 0 0.14 0.42 0.38
HSL 39.4º 0.27% 0.49% -
HSV(B) 39.4º 0.42% 0.62% -
XYZ 25.03 25.75 13.78 -
YUV 137.86 102.12 143.08 -
System Red Green Blue C M Y K H S L
Decimal 159 136 92 0 0.14 0.42 0.38 39.4 0.27 0.49
Hex 9F 88 5C 0 E 2A 26 27 1B 31
Octal 237 210 134 0 16 52 46 47 33 61
Binary 10011111 10001000 1011100 0 1110 101010 100110 100111 11011 110001

Color Harmonies of #9F885C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F885C

Black with #9F885C

Text Example


Text Example

White with #9F885C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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