#A36247

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

Shades of Sepia #A36247

Tints of Sepia #A36247

Color information

#A36247 (or 0xA36247) is unknown color: approx Sepia. HEX triplet: A3, 62 and 47. RGB value is (163,98,71). Sum of RGB (Red+Green+Blue) = 163+98+71=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A36247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36247 is #5C9DB8. Grayscale: #727272. Windows color (decimal): -6069689 or 4678307. OLE color: 4678307.

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

Color convert

RGB1639871-
CMYK00.400.560.36
HSL17.61º39.32%45.88%-
HSV(B)17.61º56.44%63.92%-
XYZ20.6116.988.15-
YUV114.36103.53162.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.10%
GREEN value IS 98 (38.67% from 255) = 29.52%
BLUE value IS 71 (28.12% from 255) = 21.39%
R=49.10%
G=29.52%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163987100.400.560.3617.6139.3245.88
HexA36247028382412272e
Octal2431421070507044224756
Binary1010001111000101000111010100011100010010010010100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36247; }

 p { color: rgb(163,98,71); }

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

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

 a { background-color: rgb(163,98,71); }

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

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

 span { border-color: rgb(163,98,71); }

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