Html Css Color HEX #95805A Muesli

📋 copy color: '#95805A'

red 149 ◦ green 128 ◦ blue 90

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

Shades of Muesli #95805A

Tints of Muesli #95805A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.52%

R = 40.6%
G = 34.88%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#95805A (or 0x95805A) is known color: Muesli. HEX triplet: 95, 80 and 5A. RGB value is (149,128,90). Sum of RGB (Red+Green+Blue) = 149+128+90=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #95805A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95805A is #6A7FA5. Grayscale: #828282. Windows color (decimal): -6979494 or 5931157. OLE color: 5931157.

HSL color Cylindrical-coordinate representation of color #95805A: hue angle of 38.64º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95805A is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 128 90 -
CMYK 0 0.14 0.40 0.42
HSL 38.64º 0.25% 0.47% -
HSV(B) 38.64º 0.4% 0.58% -
XYZ 21.96 22.57 12.87 -
YUV 129.95 105.46 141.59 -
System Red Green Blue C M Y K H S L
Decimal 149 128 90 0 0.14 0.40 0.42 38.64 0.25 0.47
Hex 95 80 5A 0 E 28 2A 27 19 2F
Octal 225 200 132 0 16 50 52 47 31 57
Binary 10010101 10000000 1011010 0 1110 101000 101010 100111 11001 101111

Color Harmonies of #95805A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95805A

Black with #95805A

Text Example


Text Example

White with #95805A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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