Html Css Color HEX #95794A Muesli

📋 copy color: '#95794A'

red 149 ◦ green 121 ◦ blue 74

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

Shades of Muesli #95794A

Tints of Muesli #95794A

RGB

 RED value IS 149 (58.59% from 255) = 43.31%

 GREEN value IS 121 (47.66% from 255) = 35.17%

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

R = 43.31%
G = 35.17%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#95794A (or 0x95794A) is known color: Muesli. HEX triplet: 95, 79 and 4A. RGB value is (149,121,74). Sum of RGB (Red+Green+Blue) = 149+121+74=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #95794A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95794A is #6A86B5. Grayscale: #7C7C7C. Windows color (decimal): -6981302 or 4880789. OLE color: 4880789.

HSL color Cylindrical-coordinate representation of color #95794A: hue angle of 37.6º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95794A is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 121 74 -
CMYK 0 0.19 0.50 0.42
HSL 37.6º 0.34% 0.44% -
HSV(B) 37.6º 0.5% 0.58% -
XYZ 20.47 20.56 9.37 -
YUV 124.01 99.78 145.82 -
System Red Green Blue C M Y K H S L
Decimal 149 121 74 0 0.19 0.50 0.42 37.6 0.34 0.44
Hex 95 79 4A 0 13 32 2A 26 22 2C
Octal 225 171 112 0 23 62 52 46 42 54
Binary 10010101 1111001 1001010 0 10011 110010 101010 100110 100010 101100

Color Harmonies of #95794A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95794A

Black with #95794A

Text Example


Text Example

White with #95794A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95794A; }

 p { color: rgb(149,121,74); }

 H1.HeaderClassName
 {
   color: #95794A;
 }
 .AnyTagClassName
 {
   color: #95794A;
 }
</style>

background-color css

<style>
 a { background-color: #95794A; }

 a { background-color: rgb(149,121,74); }

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

border-color css

<style>
 span { border-color: #95794A; }

 span { border-color: rgb(149,121,74); }

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