Html Css Color HEX #958153 Muesli

📋 copy color: '#958153'

red 149 ◦ green 129 ◦ blue 83

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

Shades of Muesli #958153

Tints of Muesli #958153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.99%

R = 41.27%
G = 35.73%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#958153 (or 0x958153) is known color: Muesli. HEX triplet: 95, 81 and 53. RGB value is (149,129,83). Sum of RGB (Red+Green+Blue) = 149+129+83=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 83 (32.81% from 255 or 22.99% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #958153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958153 is #6A7EAC. Grayscale: #818181. Windows color (decimal): -6979245 or 5472661. OLE color: 5472661.

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

Color convert

RGB 149 129 83 -
CMYK 0 0.13 0.44 0.42
HSL 41.82º 0.28% 0.45% -
HSV(B) 41.82º 0.44% 0.58% -
XYZ 21.81 22.71 11.42 -
YUV 129.74 101.63 141.74 -
System Red Green Blue C M Y K H S L
Decimal 149 129 83 0 0.13 0.44 0.42 41.82 0.28 0.45
Hex 95 81 53 0 D 2C 2A 2A 1C 2D
Octal 225 201 123 0 15 54 52 52 34 55
Binary 10010101 10000001 1010011 0 1101 101100 101010 101010 11100 101101

Color Harmonies of #958153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958153

Black with #958153

Text Example


Text Example

White with #958153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958153; }

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

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

background-color css

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

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

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

border-color css

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

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

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