#A37F50

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

Shades of Muesli #A37F50

Tints of Muesli #A37F50

Color information

#A37F50 (or 0xA37F50) is unknown color: approx Muesli. HEX triplet: A3, 7F and 50. RGB value is (163,127,80). Sum of RGB (Red+Green+Blue) = 163+127+80=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37F50 is #5C80AF. Grayscale: #848484. Windows color (decimal): -6062256 or 5275555. OLE color: 5275555.

HSL color Cylindrical-coordinate representation of color #A37F50: hue angle of 33.98º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A37F50 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB16312780-
CMYK00.220.510.36
HSL33.98º34.16%47.65%-
HSV(B)33.98º50.92%63.92%-
XYZ24.1423.5410.86-
YUV132.4198.43149.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.05%
GREEN value IS 127 (50% from 255) = 34.32%
BLUE value IS 80 (31.64% from 255) = 21.62%
R=44.05%
G=34.32%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631278000.220.510.3633.9834.1647.65
HexA37F500163324222230
Octal2431771200266344424260
Binary1010001111111111010000010110110011100100100010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37F50; }

 p { color: rgb(163,127,80); }

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

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

 a { background-color: rgb(163,127,80); }

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

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

 span { border-color: rgb(163,127,80); }

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