#99834F

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

Shades of Muesli #99834F

Tints of Muesli #99834F

Color information

#99834F (or 0x99834F) is unknown color: approx Muesli. HEX triplet: 99, 83 and 4F. RGB value is (153,131,79). Sum of RGB (Red+Green+Blue) = 153+131+79=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #99834F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99834F is #667CB0. Grayscale: #838383. Windows color (decimal): -6716593 or 5211033. OLE color: 5211033.

HSL color Cylindrical-coordinate representation of color #99834F: hue angle of 42.16º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99834F is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB15313179-
CMYK00.140.480.4
HSL42.16º31.9%45.49%-
HSV(B)42.16º48.37%60%-
XYZ22.6623.5710.75-
YUV131.6598.29143.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.15%
GREEN value IS 131 (51.56% from 255) = 36.09%
BLUE value IS 79 (31.25% from 255) = 21.76%
R=42.15%
G=36.09%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531317900.140.480.442.1631.945.49
Hex99834F0E30282a202d
Octal2312031170166050524055
Binary1001100110000011100111101110110000101000101010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99834F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99834F; }

 p { color: rgb(153,131,79); }

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

<style>
 a { background-color: #99834F; }

 a { background-color: rgb(153,131,79); }

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

<style>
 span { border-color: #99834F; }

 span { border-color: rgb(153,131,79); }

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