#99874D

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

Shades of Muesli #99874D

Tints of Muesli #99874D

Color information

#99874D (or 0x99874D) is unknown color: approx Muesli. HEX triplet: 99, 87 and 4D. RGB value is (153,135,77). Sum of RGB (Red+Green+Blue) = 153+135+77=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #99874D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99874D is #6678B2. Grayscale: #868686. Windows color (decimal): -6715571 or 5080985. OLE color: 5080985.

HSL color Cylindrical-coordinate representation of color #99874D: hue angle of 45.79º degrees, saturation: 0.33, 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 #99874D is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB15313577-
CMYK00.120.500.4
HSL45.79º33.04%45.1%-
HSV(B)45.79º49.67%60%-
XYZ23.1424.6410.56-
YUV133.7795.96141.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.92%
GREEN value IS 135 (53.12% from 255) = 36.99%
BLUE value IS 77 (30.47% from 255) = 21.10%
R=41.92%
G=36.99%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531357700.120.500.445.7933.0445.1
Hex99874D0C32282e212d
Octal2312071150146250564155
Binary1001100110000111100110101100110010101000101110100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99874D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99874D; }

 p { color: rgb(153,135,77); }

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

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

 a { background-color: rgb(153,135,77); }

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

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

 span { border-color: rgb(153,135,77); }

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