Html Css Color HEX #95794B Muesli

📋 copy color: '#95794B'

red 149 ◦ green 121 ◦ blue 75

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

Shades of Muesli #95794B

Tints of Muesli #95794B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.74%

R = 43.19%
G = 35.07%
B = 21.74%

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

#95794B (or 0x95794B) is known color: Muesli. HEX triplet: 95, 79 and 4B. RGB value is (149,121,75). Sum of RGB (Red+Green+Blue) = 149+121+75=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #95794B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95794B is #6A86B4. Grayscale: #7C7C7C. Windows color (decimal): -6981301 or 4946325. OLE color: 4946325.

HSL color Cylindrical-coordinate representation of color #95794B: hue angle of 37.3º degrees, saturation: 0.33, 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 #95794B is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 121 75 -
CMYK 0 0.19 0.50 0.42
HSL 37.3º 0.33% 0.44% -
HSV(B) 37.3º 0.5% 0.58% -
XYZ 20.5 20.57 9.55 -
YUV 124.13 100.28 145.74 -
System Red Green Blue C M Y K H S L
Decimal 149 121 75 0 0.19 0.50 0.42 37.3 0.33 0.44
Hex 95 79 4B 0 13 32 2A 25 21 2C
Octal 225 171 113 0 23 62 52 45 41 54
Binary 10010101 1111001 1001011 0 10011 110010 101010 100101 100001 101100

Color Harmonies of #95794B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95794B

Black with #95794B

Text Example


Text Example

White with #95794B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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