Html Css Color HEX #9D8058 Muesli

📋 copy color: '#9D8058'

red 157 ◦ green 128 ◦ blue 88

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

Shades of Muesli #9D8058

Tints of Muesli #9D8058

RGB

 RED value IS 157 (61.72% from 255) = 42.09%

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

 BLUE value IS 88 (34.77% from 255) = 23.59%

R = 42.09%
G = 34.32%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.38

RGB Variations

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

Color information

#9D8058 (or 0x9D8058) is known color: Muesli. HEX triplet: 9D, 80 and 58. RGB value is (157,128,88). Sum of RGB (Red+Green+Blue) = 157+128+88=373 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.09% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8058 is #627FA7. Grayscale: #848484. Windows color (decimal): -6455208 or 5800093. OLE color: 5800093.

HSL color Cylindrical-coordinate representation of color #9D8058: hue angle of 34.78º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9D8058 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 128 88 -
CMYK 0 0.18 0.44 0.38
HSL 34.78º 0.28% 0.48% -
HSV(B) 34.78º 0.44% 0.62% -
XYZ 23.39 23.31 12.5 -
YUV 132.11 103.11 145.75 -
System Red Green Blue C M Y K H S L
Decimal 157 128 88 0 0.18 0.44 0.38 34.78 0.28 0.48
Hex 9D 80 58 0 12 2C 26 23 1C 30
Octal 235 200 130 0 22 54 46 43 34 60
Binary 10011101 10000000 1011000 0 10010 101100 100110 100011 11100 110000

Color Harmonies of #9D8058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8058

Black with #9D8058

Text Example


Text Example

White with #9D8058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D8058; }

 p { color: rgb(157,128,88); }

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

background-color css

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

 a { background-color: rgb(157,128,88); }

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

border-color css

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

 span { border-color: rgb(157,128,88); }

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