Html Css Color HEX #9D885A Muesli

📋 copy color: '#9D885A'

red 157 ◦ green 136 ◦ blue 90

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

Shades of Muesli #9D885A

Tints of Muesli #9D885A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.5%

R = 40.99%
G = 35.51%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9D885A (or 0x9D885A) is known color: Muesli. HEX triplet: 9D, 88 and 5A. RGB value is (157,136,90). Sum of RGB (Red+Green+Blue) = 157+136+90=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 157 - color contains mainly: red. Hex color #9D885A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D885A is #6277A5. Grayscale: #898989. Windows color (decimal): -6453158 or 5933213. OLE color: 5933213.

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

Color convert

RGB 157 136 90 -
CMYK 0 0.13 0.43 0.38
HSL 41.19º 0.27% 0.48% -
HSV(B) 41.19º 0.43% 0.62% -
XYZ 24.55 25.51 13.3 -
YUV 137.04 101.46 142.24 -
System Red Green Blue C M Y K H S L
Decimal 157 136 90 0 0.13 0.43 0.38 41.19 0.27 0.48
Hex 9D 88 5A 0 D 2B 26 29 1B 30
Octal 235 210 132 0 15 53 46 51 33 60
Binary 10011101 10001000 1011010 0 1101 101011 100110 101001 11011 110000

Color Harmonies of #9D885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D885A

Black with #9D885A

Text Example


Text Example

White with #9D885A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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