Html Css Color HEX #9D885D Muesli

📋 copy color: '#9D885D'

red 157 ◦ green 136 ◦ blue 93

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

Shades of Muesli #9D885D

Tints of Muesli #9D885D

RGB

 RED value IS 157 (61.72% from 255) = 40.67%

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

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

R = 40.67%
G = 35.23%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9D885D (or 0x9D885D) is known color: Muesli. HEX triplet: 9D, 88 and 5D. RGB value is (157,136,93). Sum of RGB (Red+Green+Blue) = 157+136+93=386 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.67% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 157 - color contains mainly: red. Hex color #9D885D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D885D is #6277A2. Grayscale: #898989. Windows color (decimal): -6453155 or 6129821. OLE color: 6129821.

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

Color convert

RGB 157 136 93 -
CMYK 0 0.13 0.41 0.38
HSL 40.31º 0.26% 0.49% -
HSV(B) 40.31º 0.41% 0.62% -
XYZ 24.68 25.57 13.99 -
YUV 137.38 102.96 142 -
System Red Green Blue C M Y K H S L
Decimal 157 136 93 0 0.13 0.41 0.38 40.31 0.26 0.49
Hex 9D 88 5D 0 D 29 26 28 1A 31
Octal 235 210 135 0 15 51 46 50 32 61
Binary 10011101 10001000 1011101 0 1101 101001 100110 101000 11010 110001

Color Harmonies of #9D885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D885D

Black with #9D885D

Text Example


Text Example

White with #9D885D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,136,93); }

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

background-color css

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

 a { background-color: rgb(157,136,93); }

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

border-color css

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

 span { border-color: rgb(157,136,93); }

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