#A37C4A

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

Shades of Muesli #A37C4A

Tints of Muesli #A37C4A

Color information

#A37C4A (or 0xA37C4A) is unknown color: approx Muesli. HEX triplet: A3, 7C and 4A. RGB value is (163,124,74). Sum of RGB (Red+Green+Blue) = 163+124+74=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37C4A is #5C83B5. Grayscale: #828282. Windows color (decimal): -6063030 or 4881571. OLE color: 4881571.

HSL color Cylindrical-coordinate representation of color #A37C4A: hue angle of 33.71º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A37C4A is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB16312474-
CMYK00.240.550.36
HSL33.71º37.55%46.47%-
HSV(B)33.71º54.6%63.92%-
XYZ23.5522.79.62-
YUV129.9696.42151.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.15%
GREEN value IS 124 (48.83% from 255) = 34.35%
BLUE value IS 74 (29.30% from 255) = 20.50%
R=45.15%
G=34.35%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631247400.240.550.3633.7137.5546.47
HexA37C4A018372422262e
Octal2431741120306744424656
Binary1010001111111001001010011000110111100100100010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37C4A; }

 p { color: rgb(163,124,74); }

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

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

 a { background-color: rgb(163,124,74); }

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

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

 span { border-color: rgb(163,124,74); }

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