Html Css Color HEX #958157 Muesli

📋 copy color: '#958157'

red 149 ◦ green 129 ◦ blue 87

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

Shades of Muesli #958157

Tints of Muesli #958157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.84%

R = 40.82%
G = 35.34%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#958157 (or 0x958157) is known color: Muesli. HEX triplet: 95, 81 and 57. RGB value is (149,129,87). Sum of RGB (Red+Green+Blue) = 149+129+87=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #958157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958157 is #6A7EA8. Grayscale: #828282. Windows color (decimal): -6979241 or 5734805. OLE color: 5734805.

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

Color convert

RGB 149 129 87 -
CMYK 0 0.13 0.42 0.42
HSL 40.65º 0.26% 0.46% -
HSV(B) 40.65º 0.42% 0.58% -
XYZ 21.96 22.78 12.26 -
YUV 130.19 103.63 141.42 -
System Red Green Blue C M Y K H S L
Decimal 149 129 87 0 0.13 0.42 0.42 40.65 0.26 0.46
Hex 95 81 57 0 D 2A 2A 29 1A 2E
Octal 225 201 127 0 15 52 52 51 32 56
Binary 10010101 10000001 1010111 0 1101 101010 101010 101001 11010 101110

Color Harmonies of #958157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958157

Black with #958157

Text Example


Text Example

White with #958157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958157; }

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

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

background-color css

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

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

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

border-color css

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

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

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