#99854C

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

Shades of Muesli #99854C

Tints of Muesli #99854C

Color information

#99854C (or 0x99854C) is unknown color: approx Muesli. HEX triplet: 99, 85 and 4C. RGB value is (153,133,76). Sum of RGB (Red+Green+Blue) = 153+133+76=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #99854C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99854C is #667AB3. Grayscale: #848484. Windows color (decimal): -6716084 or 5014937. OLE color: 5014937.

HSL color Cylindrical-coordinate representation of color #99854C: hue angle of 44.42º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99854C is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB15313376-
CMYK00.130.500.4
HSL44.42º33.62%44.9%-
HSV(B)44.42º50.33%60%-
XYZ22.8324.0710.28-
YUV132.4896.13142.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.27%
GREEN value IS 133 (52.34% from 255) = 36.74%
BLUE value IS 76 (30.08% from 255) = 20.99%
R=42.27%
G=36.74%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531337600.130.500.444.4233.6244.9
Hex99854C0D32282c222d
Octal2312051140156250544255
Binary1001100110000101100110001101110010101000101100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99854C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99854C; }

 p { color: rgb(153,133,76); }

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

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

 a { background-color: rgb(153,133,76); }

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

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

 span { border-color: rgb(153,133,76); }

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