#A37D4A

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

Shades of Muesli #A37D4A

Tints of Muesli #A37D4A

Color information

#A37D4A (or 0xA37D4A) is unknown color: approx Muesli. HEX triplet: A3, 7D and 4A. RGB value is (163,125,74). Sum of RGB (Red+Green+Blue) = 163+125+74=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37D4A is #5C82B5. Grayscale: #828282. Windows color (decimal): -6062774 or 4881827. OLE color: 4881827.

HSL color Cylindrical-coordinate representation of color #A37D4A: hue angle of 34.38º 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 #A37D4A is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB16312574-
CMYK00.230.550.36
HSL34.38º37.55%46.47%-
HSV(B)34.38º54.6%63.92%-
XYZ23.6722.959.66-
YUV130.5596.09151.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.03%
GREEN value IS 125 (49.22% from 255) = 34.53%
BLUE value IS 74 (29.30% from 255) = 20.44%
R=45.03%
G=34.53%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631257400.230.550.3634.3837.5546.47
HexA37D4A017372422262e
Octal2431751120276744424656
Binary1010001111111011001010010111110111100100100010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37D4A; }

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

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

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

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

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

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

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

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