#A35943

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

Shades of Sepia #A35943

Tints of Sepia #A35943

Color information

#A35943 (or 0xA35943) is unknown color: approx Sepia. HEX triplet: A3, 59 and 43. RGB value is (163,89,67). Sum of RGB (Red+Green+Blue) = 163+89+67=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A35943 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35943 is #5CA6BC. Grayscale: #6C6C6C. Windows color (decimal): -6071997 or 4413859. OLE color: 4413859.

HSL color Cylindrical-coordinate representation of color #A35943: hue angle of 13.75º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A35943 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB1638967-
CMYK00.450.590.36
HSL13.75º41.74%45.1%-
HSV(B)13.75º58.9%63.92%-
XYZ19.6915.347.23-
YUV108.62104.52166.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.10%
GREEN value IS 89 (35.16% from 255) = 27.90%
BLUE value IS 67 (26.56% from 255) = 21.00%
R=51.10%
G=27.90%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163896700.450.590.3613.7541.7445.1
HexA3594302D3B24e2a2d
Octal2431311030557344165255
Binary101000111011001100001101011011110111001001110101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35943; }

 p { color: rgb(163,89,67); }

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

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

 a { background-color: rgb(163,89,67); }

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

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

 span { border-color: rgb(163,89,67); }

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