#A37D4E

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

Shades of Muesli #A37D4E

Tints of Muesli #A37D4E

Color information

#A37D4E (or 0xA37D4E) is unknown color: approx Muesli. HEX triplet: A3, 7D and 4E. RGB value is (163,125,78). Sum of RGB (Red+Green+Blue) = 163+125+78=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37D4E is #5C82B1. Grayscale: #838383. Windows color (decimal): -6062770 or 5143971. OLE color: 5143971.

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

Color convert

RGB16312578-
CMYK00.230.520.36
HSL33.18º35.27%47.25%-
HSV(B)33.18º52.15%63.92%-
XYZ23.812310.39-
YUV13198.09150.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.54%
GREEN value IS 125 (49.22% from 255) = 34.15%
BLUE value IS 78 (30.86% from 255) = 21.31%
R=44.54%
G=34.15%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631257800.230.520.3633.1835.2747.25
HexA37D4E017342421232f
Octal2431751160276444414357
Binary1010001111111011001110010111110100100100100001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37D4E; }

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

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

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

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

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

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

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

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