Html Css Color HEX #95804C Muesli

📋 copy color: '#95804C'

red 149 ◦ green 128 ◦ blue 76

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

Shades of Muesli #95804C

Tints of Muesli #95804C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.53%

R = 42.21%
G = 36.26%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#95804C (or 0x95804C) is known color: Muesli. HEX triplet: 95, 80 and 4C. RGB value is (149,128,76). Sum of RGB (Red+Green+Blue) = 149+128+76=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #95804C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95804C is #6A7FB3. Grayscale: #808080. Windows color (decimal): -6979508 or 5013653. OLE color: 5013653.

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

Color convert

RGB 149 128 76 -
CMYK 0 0.14 0.49 0.42
HSL 42.74º 0.32% 0.44% -
HSV(B) 42.74º 0.49% 0.58% -
XYZ 21.42 22.35 10.02 -
YUV 128.35 98.46 142.73 -
System Red Green Blue C M Y K H S L
Decimal 149 128 76 0 0.14 0.49 0.42 42.74 0.32 0.44
Hex 95 80 4C 0 E 31 2A 2B 20 2C
Octal 225 200 114 0 16 61 52 53 40 54
Binary 10010101 10000000 1001100 0 1110 110001 101010 101011 100000 101100

Color Harmonies of #95804C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95804C

Black with #95804C

Text Example


Text Example

White with #95804C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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