Html Css Color HEX #95804D Muesli

📋 copy color: '#95804D'

red 149 ◦ green 128 ◦ blue 77

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

Shades of Muesli #95804D

Tints of Muesli #95804D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.16%

 BLUE value IS 77 (30.47% from 255) = 21.75%

R = 42.09%
G = 36.16%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#95804D (or 0x95804D) is known color: Muesli. HEX triplet: 95, 80 and 4D. RGB value is (149,128,77). Sum of RGB (Red+Green+Blue) = 149+128+77=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #95804D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95804D is #6A7FB2. Grayscale: #808080. Windows color (decimal): -6979507 or 5079189. OLE color: 5079189.

HSL color Cylindrical-coordinate representation of color #95804D: hue angle of 42.5º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95804D is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 128 77 -
CMYK 0 0.14 0.48 0.42
HSL 42.5º 0.32% 0.44% -
HSV(B) 42.5º 0.48% 0.58% -
XYZ 21.45 22.36 10.21 -
YUV 128.47 98.96 142.65 -
System Red Green Blue C M Y K H S L
Decimal 149 128 77 0 0.14 0.48 0.42 42.5 0.32 0.44
Hex 95 80 4D 0 E 30 2A 2A 20 2C
Octal 225 200 115 0 16 60 52 52 40 54
Binary 10010101 10000000 1001101 0 1110 110000 101010 101010 100000 101100

Color Harmonies of #95804D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95804D

Black with #95804D

Text Example


Text Example

White with #95804D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95804D; }

 p { color: rgb(149,128,77); }

 H1.HeaderClassName
 {
   color: #95804D;
 }
 .AnyTagClassName
 {
   color: #95804D;
 }
</style>

background-color css

<style>
 a { background-color: #95804D; }

 a { background-color: rgb(149,128,77); }

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

border-color css

<style>
 span { border-color: #95804D; }

 span { border-color: rgb(149,128,77); }

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