Html Css Color HEX #958052 Muesli

📋 copy color: '#958052'

red 149 ◦ green 128 ◦ blue 82

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

Shades of Muesli #958052

Tints of Muesli #958052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.84%

R = 41.5%
G = 35.65%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#958052 (or 0x958052) is known color: Muesli. HEX triplet: 95, 80 and 52. RGB value is (149,128,82). Sum of RGB (Red+Green+Blue) = 149+128+82=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #958052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958052 is #6A7FAD. Grayscale: #818181. Windows color (decimal): -6979502 or 5406869. OLE color: 5406869.

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

Color convert

RGB 149 128 82 -
CMYK 0 0.14 0.45 0.42
HSL 41.19º 0.29% 0.45% -
HSV(B) 41.19º 0.45% 0.58% -
XYZ 21.64 22.44 11.17 -
YUV 129.04 101.46 142.24 -
System Red Green Blue C M Y K H S L
Decimal 149 128 82 0 0.14 0.45 0.42 41.19 0.29 0.45
Hex 95 80 52 0 E 2D 2A 29 1D 2D
Octal 225 200 122 0 16 55 52 51 35 55
Binary 10010101 10000000 1010010 0 1110 101101 101010 101001 11101 101101

Color Harmonies of #958052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958052

Black with #958052

Text Example


Text Example

White with #958052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958052; }

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

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

background-color css

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

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

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

border-color css

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

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

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