#A35F41

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

Shades of Sepia #A35F41

Tints of Sepia #A35F41

Color information

#A35F41 (or 0xA35F41) is unknown color: approx Sepia. HEX triplet: A3, 5F and 41. RGB value is (163,95,65). Sum of RGB (Red+Green+Blue) = 163+95+65=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35F41 is #5CA0BE. Grayscale: #707070. Windows color (decimal): -6070463 or 4284323. OLE color: 4284323.

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

Color convert

RGB1639565-
CMYK00.420.600.36
HSL18.37º42.98%44.71%-
HSV(B)18.37º60.12%63.92%-
XYZ20.1516.357.1-
YUV111.91101.53164.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.46%
GREEN value IS 95 (37.5% from 255) = 29.41%
BLUE value IS 65 (25.78% from 255) = 20.12%
R=50.46%
G=29.41%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163956500.420.600.3618.3742.9844.71
HexA35F4102A3C24122b2d
Octal2431371010527444225355
Binary1010001110111111000001010101011110010010010010101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35F41; }

 p { color: rgb(163,95,65); }

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

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

 a { background-color: rgb(163,95,65); }

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

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

 span { border-color: rgb(163,95,65); }

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