#A37348

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

Shades of Pale Brown #A37348

Tints of Pale Brown #A37348

Color information

#A37348 (or 0xA37348) is unknown color: approx Pale Brown. HEX triplet: A3, 73 and 48. RGB value is (163,115,72). Sum of RGB (Red+Green+Blue) = 163+115+72=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A37348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37348 is #5C8CB7. Grayscale: #7C7C7C. Windows color (decimal): -6065336 or 4748195. OLE color: 4748195.

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

Color convert

RGB16311572-
CMYK00.290.560.36
HSL28.35º38.72%46.08%-
HSV(B)28.35º55.83%63.92%-
XYZ22.420.528.91-
YUV124.4598.4155.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.57%
GREEN value IS 115 (45.31% from 255) = 32.86%
BLUE value IS 72 (28.52% from 255) = 20.57%
R=46.57%
G=32.86%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631157200.290.560.3628.3538.7246.08
HexA3734801D38241c272e
Octal2431631100357044344756
Binary101000111110011100100001110111100010010011100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37348; }

 p { color: rgb(163,115,72); }

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

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

 a { background-color: rgb(163,115,72); }

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

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

 span { border-color: rgb(163,115,72); }

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