Html Css Color HEX #958152 Muesli

📋 copy color: '#958152'

red 149 ◦ green 129 ◦ blue 82

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

Shades of Muesli #958152

Tints of Muesli #958152

RGB

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

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

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

R = 41.39%
G = 35.83%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#958152 (or 0x958152) is known color: Muesli. HEX triplet: 95, 81 and 52. RGB value is (149,129,82). Sum of RGB (Red+Green+Blue) = 149+129+82=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #958152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958152 is #6A7EAD. Grayscale: #818181. Windows color (decimal): -6979246 or 5407125. OLE color: 5407125.

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

Color convert

RGB 149 129 82 -
CMYK 0 0.13 0.45 0.42
HSL 42.09º 0.29% 0.45% -
HSV(B) 42.09º 0.45% 0.58% -
XYZ 21.77 22.7 11.22 -
YUV 129.62 101.13 141.82 -
System Red Green Blue C M Y K H S L
Decimal 149 129 82 0 0.13 0.45 0.42 42.09 0.29 0.45
Hex 95 81 52 0 D 2D 2A 2A 1D 2D
Octal 225 201 122 0 15 55 52 52 35 55
Binary 10010101 10000001 1010010 0 1101 101101 101010 101010 11101 101101

Color Harmonies of #958152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958152

Black with #958152

Text Example


Text Example

White with #958152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958152; }

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

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

background-color css

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

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

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

border-color css

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

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

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