#A37B4A

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

Shades of Muesli #A37B4A

Tints of Muesli #A37B4A

Color information

#A37B4A (or 0xA37B4A) is unknown color: approx Muesli. HEX triplet: A3, 7B and 4A. RGB value is (163,123,74). Sum of RGB (Red+Green+Blue) = 163+123+74=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37B4A is #5C84B5. Grayscale: #818181. Windows color (decimal): -6063286 or 4881315. OLE color: 4881315.

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

Color convert

RGB16312374-
CMYK00.250.550.36
HSL33.03º37.55%46.47%-
HSV(B)33.03º54.6%63.92%-
XYZ23.4222.459.58-
YUV129.3796.75151.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.28%
GREEN value IS 123 (48.44% from 255) = 34.17%
BLUE value IS 74 (29.30% from 255) = 20.56%
R=45.28%
G=34.17%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631237400.250.550.3633.0337.5546.47
HexA37B4A019372421262e
Octal2431731120316744414656
Binary1010001111110111001010011001110111100100100001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37B4A; }

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

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

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

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

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

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

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

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