Html Css Color HEX #9D784A Muesli

📋 copy color: '#9D784A'

red 157 ◦ green 120 ◦ blue 74

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

Shades of Muesli #9D784A

Tints of Muesli #9D784A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.19%

 BLUE value IS 74 (29.3% from 255) = 21.08%

R = 44.73%
G = 34.19%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#9D784A (or 0x9D784A) is known color: Muesli. HEX triplet: 9D, 78 and 4A. RGB value is (157,120,74). Sum of RGB (Red+Green+Blue) = 157+120+74=351 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.73% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 157 - color contains mainly: red. Hex color #9D784A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D784A is #6287B5. Grayscale: #7E7E7E. Windows color (decimal): -6457270 or 4880541. OLE color: 4880541.

HSL color Cylindrical-coordinate representation of color #9D784A: hue angle of 33.25º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9D784A is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 120 74 -
CMYK 0 0.24 0.53 0.38
HSL 33.25º 0.36% 0.45% -
HSV(B) 33.25º 0.53% 0.62% -
XYZ 21.86 21.1 9.4 -
YUV 125.82 98.76 150.24 -
System Red Green Blue C M Y K H S L
Decimal 157 120 74 0 0.24 0.53 0.38 33.25 0.36 0.45
Hex 9D 78 4A 0 18 35 26 21 24 2D
Octal 235 170 112 0 30 65 46 41 44 55
Binary 10011101 1111000 1001010 0 11000 110101 100110 100001 100100 101101

Color Harmonies of #9D784A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D784A

Black with #9D784A

Text Example


Text Example

White with #9D784A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,120,74); }

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

background-color css

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

 a { background-color: rgb(157,120,74); }

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

border-color css

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

 span { border-color: rgb(157,120,74); }

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