Html Css Color HEX #95814D Muesli

📋 copy color: '#95814D'

red 149 ◦ green 129 ◦ blue 77

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

Shades of Muesli #95814D

Tints of Muesli #95814D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.34%

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

R = 41.97%
G = 36.34%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#95814D (or 0x95814D) is known color: Muesli. HEX triplet: 95, 81 and 4D. RGB value is (149,129,77). Sum of RGB (Red+Green+Blue) = 149+129+77=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #95814D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95814D is #6A7EB2. Grayscale: #818181. Windows color (decimal): -6979251 or 5079445. OLE color: 5079445.

HSL color Cylindrical-coordinate representation of color #95814D: hue angle of 43.33º 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 #95814D is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 129 77 -
CMYK 0 0.13 0.48 0.42
HSL 43.33º 0.32% 0.44% -
HSV(B) 43.33º 0.48% 0.58% -
XYZ 21.58 22.63 10.25 -
YUV 129.05 98.63 142.23 -
System Red Green Blue C M Y K H S L
Decimal 149 129 77 0 0.13 0.48 0.42 43.33 0.32 0.44
Hex 95 81 4D 0 D 30 2A 2B 20 2C
Octal 225 201 115 0 15 60 52 53 40 54
Binary 10010101 10000001 1001101 0 1101 110000 101010 101011 100000 101100

Color Harmonies of #95814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95814D

Black with #95814D

Text Example


Text Example

White with #95814D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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