#9C814D

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

Shades of Muesli #9C814D

Tints of Muesli #9C814D

Color information

#9C814D (or 0x9C814D) is unknown color: approx Muesli. HEX triplet: 9C, 81 and 4D. RGB value is (156,129,77). Sum of RGB (Red+Green+Blue) = 156+129+77=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 156 - color contains mainly: red. Hex color #9C814D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C814D is #637EB2. Grayscale: #838383. Windows color (decimal): -6520499 or 5079452. OLE color: 5079452.

HSL color Cylindrical-coordinate representation of color #9C814D: hue angle of 39.49º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C814D is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB15612977-
CMYK00.170.510.39
HSL39.49º33.91%45.69%-
HSV(B)39.49º50.64%61.18%-
XYZ22.923.310.31-
YUV131.1497.45145.73-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.09%
GREEN value IS 129 (50.78% from 255) = 35.64%
BLUE value IS 77 (30.47% from 255) = 21.27%
R=43.09%
G=35.64%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561297700.170.510.3939.4933.9145.69
Hex9C814D011332727222e
Octal2342011150216347474256
Binary10011100100000011001101010001110011100111100111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C814D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,129,77); }

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

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

 a { background-color: rgb(156,129,77); }

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

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

 span { border-color: rgb(156,129,77); }

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