Html Css Color HEX #958053 Muesli

📋 copy color: '#958053'

red 149 ◦ green 128 ◦ blue 83

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

Shades of Muesli #958053

Tints of Muesli #958053

RGB

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

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

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

R = 41.39%
G = 35.56%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#958053 (or 0x958053) is known color: Muesli. HEX triplet: 95, 80 and 53. RGB value is (149,128,83). Sum of RGB (Red+Green+Blue) = 149+128+83=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #958053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958053 is #6A7FAC. Grayscale: #818181. Windows color (decimal): -6979501 or 5472405. OLE color: 5472405.

HSL color Cylindrical-coordinate representation of color #958053: hue angle of 40.91º 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 #958053 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 128 83 -
CMYK 0 0.14 0.44 0.42
HSL 40.91º 0.28% 0.45% -
HSV(B) 40.91º 0.44% 0.58% -
XYZ 21.67 22.45 11.37 -
YUV 129.15 101.96 142.16 -
System Red Green Blue C M Y K H S L
Decimal 149 128 83 0 0.14 0.44 0.42 40.91 0.28 0.45
Hex 95 80 53 0 E 2C 2A 29 1C 2D
Octal 225 200 123 0 16 54 52 51 34 55
Binary 10010101 10000000 1010011 0 1110 101100 101010 101001 11100 101101

Color Harmonies of #958053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958053

Black with #958053

Text Example


Text Example

White with #958053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958053; }

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

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

background-color css

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

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

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

border-color css

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

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

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