#A36149

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

Shades of Sepia #A36149

Tints of Sepia #A36149

Color information

#A36149 (or 0xA36149) is unknown color: approx Sepia. HEX triplet: A3, 61 and 49. RGB value is (163,97,73). Sum of RGB (Red+Green+Blue) = 163+97+73=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A36149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36149 is #5C9EB6. Grayscale: #727272. Windows color (decimal): -6069943 or 4809123. OLE color: 4809123.

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

Color convert

RGB1639773-
CMYK00.400.550.36
HSL16º38.14%46.27%-
HSV(B)16º55.21%63.92%-
XYZ20.5816.828.46-
YUV114104.87162.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.95%
GREEN value IS 97 (38.28% from 255) = 29.13%
BLUE value IS 73 (28.91% from 255) = 21.92%
R=48.95%
G=29.13%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163977300.400.550.361638.1446.27
HexA36149028372410262e
Octal2431411110506744204656
Binary1010001111000011001001010100011011110010010000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36149; }

 p { color: rgb(163,97,73); }

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

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

 a { background-color: rgb(163,97,73); }

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

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

 span { border-color: rgb(163,97,73); }

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