Html Css Color HEX #958155 Muesli

📋 copy color: '#958155'

red 149 ◦ green 129 ◦ blue 85

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

Shades of Muesli #958155

Tints of Muesli #958155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.42%

R = 41.05%
G = 35.54%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#958155 (or 0x958155) is known color: Muesli. HEX triplet: 95, 81 and 55. RGB value is (149,129,85). Sum of RGB (Red+Green+Blue) = 149+129+85=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #958155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958155 is #6A7EAA. Grayscale: #828282. Windows color (decimal): -6979243 or 5603733. OLE color: 5603733.

HSL color Cylindrical-coordinate representation of color #958155: hue angle of 41.25º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #958155 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 129 85 -
CMYK 0 0.13 0.43 0.42
HSL 41.25º 0.27% 0.46% -
HSV(B) 41.25º 0.43% 0.58% -
XYZ 21.88 22.75 11.83 -
YUV 129.96 102.63 141.58 -
System Red Green Blue C M Y K H S L
Decimal 149 129 85 0 0.13 0.43 0.42 41.25 0.27 0.46
Hex 95 81 55 0 D 2B 2A 29 1B 2E
Octal 225 201 125 0 15 53 52 51 33 56
Binary 10010101 10000001 1010101 0 1101 101011 101010 101001 11011 101110

Color Harmonies of #958155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958155

Black with #958155

Text Example


Text Example

White with #958155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958155; }

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

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

background-color css

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

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

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

border-color css

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

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

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