#9D824B

Color #9D824B Muesli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muesli #9D824B

Tints of Muesli #9D824B

Color information

#9D824B (or 0x9D824B) is unknown color: approx Muesli. HEX triplet: 9D, 82 and 4B. RGB value is (157,130,75). Sum of RGB (Red+Green+Blue) = 157+130+75=362 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.37% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 157 - color contains mainly: red. Hex color #9D824B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D824B is #627DB4. Grayscale: #848484. Windows color (decimal): -6454709 or 4948637. OLE color: 4948637.

HSL color Cylindrical-coordinate representation of color #9D824B: hue angle of 40.24º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D824B is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB15713075-
CMYK00.170.520.38
HSL40.24º35.34%45.49%-
HSV(B)40.24º52.23%61.57%-
XYZ23.1623.6410-
YUV131.895.95145.97-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.37%
GREEN value IS 130 (51.17% from 255) = 35.91%
BLUE value IS 75 (29.69% from 255) = 20.72%
R=43.37%
G=35.91%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571307500.170.520.3840.2435.3445.49
Hex9D824B011342628232d
Octal2352021130216446504355
Binary10011101100000101001011010001110100100110101000100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,130,75); }

 H1.HeaderClassName
 {
   color: #9D824B;
 }
 .AnyTagClassName
 {
   color: #9D824B;
 }
</style>
background-color css

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

 a { background-color: rgb(157,130,75); }

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

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

 span { border-color: rgb(157,130,75); }

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