#A3794F

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

Shades of Muesli #A3794F

Tints of Muesli #A3794F

Color information

#A3794F (or 0xA3794F) is unknown color: approx Muesli. HEX triplet: A3, 79 and 4F. RGB value is (163,121,79). Sum of RGB (Red+Green+Blue) = 163+121+79=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A3794F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3794F is #5C86B0. Grayscale: #808080. Windows color (decimal): -6063793 or 5208483. OLE color: 5208483.

HSL color Cylindrical-coordinate representation of color #A3794F: hue angle of 30º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A3794F is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB16312179-
CMYK00.260.520.36
HSL30º34.71%47.45%-
HSV(B)30º51.53%63.92%-
XYZ23.3522.0310.42-
YUV128.7799.91152.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.90%
GREEN value IS 121 (47.66% from 255) = 33.33%
BLUE value IS 79 (31.25% from 255) = 21.76%
R=44.90%
G=33.33%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631217900.260.520.363034.7147.45
HexA3794F01A34241e232f
Octal2431711170326444364357
Binary101000111111001100111101101011010010010011110100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3794F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3794F; }

 p { color: rgb(163,121,79); }

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

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

 a { background-color: rgb(163,121,79); }

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

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

 span { border-color: rgb(163,121,79); }

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