#99874B

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

Shades of Muesli #99874B

Tints of Muesli #99874B

Color information

#99874B (or 0x99874B) is unknown color: approx Muesli. HEX triplet: 99, 87 and 4B. RGB value is (153,135,75). Sum of RGB (Red+Green+Blue) = 153+135+75=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #99874B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99874B is #6678B4. Grayscale: #858585. Windows color (decimal): -6715573 or 4949913. OLE color: 4949913.

HSL color Cylindrical-coordinate representation of color #99874B: hue angle of 46.15º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #99874B is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB15313575-
CMYK00.120.510.4
HSL46.15º34.21%44.71%-
HSV(B)46.15º50.98%60%-
XYZ23.0724.6110.19-
YUV133.5494.96141.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.15%
GREEN value IS 135 (53.12% from 255) = 37.19%
BLUE value IS 75 (29.69% from 255) = 20.66%
R=42.15%
G=37.19%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531357500.120.510.446.1534.2144.71
Hex99874B0C33282e222d
Octal2312071130146350564255
Binary1001100110000111100101101100110011101000101110100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99874B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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