Html Css Color HEX #9D854F Muesli

📋 copy color: '#9D854F'

red 157 ◦ green 133 ◦ blue 79

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

Shades of Muesli #9D854F

Tints of Muesli #9D854F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.41%

R = 42.55%
G = 36.04%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9D854F (or 0x9D854F) is known color: Muesli. HEX triplet: 9D, 85 and 4F. RGB value is (157,133,79). Sum of RGB (Red+Green+Blue) = 157+133+79=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 157 - color contains mainly: red. Hex color #9D854F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D854F is #627AB0. Grayscale: #868686. Windows color (decimal): -6453937 or 5211549. OLE color: 5211549.

HSL color Cylindrical-coordinate representation of color #9D854F: hue angle of 41.54º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D854F is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 133 79 -
CMYK 0 0.15 0.50 0.38
HSL 41.54º 0.33% 0.46% -
HSV(B) 41.54º 0.5% 0.62% -
XYZ 23.7 24.51 10.88 -
YUV 134.02 96.95 144.39 -
System Red Green Blue C M Y K H S L
Decimal 157 133 79 0 0.15 0.50 0.38 41.54 0.33 0.46
Hex 9D 85 4F 0 F 32 26 2A 21 2E
Octal 235 205 117 0 17 62 46 52 41 56
Binary 10011101 10000101 1001111 0 1111 110010 100110 101010 100001 101110

Color Harmonies of #9D854F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D854F

Black with #9D854F

Text Example


Text Example

White with #9D854F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,133,79); }

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

background-color css

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

 a { background-color: rgb(157,133,79); }

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

border-color css

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

 span { border-color: rgb(157,133,79); }

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