#A3583E

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

Shades of Sepia #A3583E

Tints of Sepia #A3583E

Color information

#A3583E (or 0xA3583E) is unknown color: approx Sepia. HEX triplet: A3, 58 and 3E. RGB value is (163,88,62). Sum of RGB (Red+Green+Blue) = 163+88+62=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A3583E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3583E is #5CA7C1. Grayscale: #6B6B6B. Windows color (decimal): -6072258 or 4085923. OLE color: 4085923.

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

Color convert

RGB1638862-
CMYK00.460.620.36
HSL15.45º44.89%44.12%-
HSV(B)15.45º61.96%63.92%-
XYZ19.4615.116.45-
YUV107.46102.35167.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.08%
GREEN value IS 88 (34.77% from 255) = 28.12%
BLUE value IS 62 (24.61% from 255) = 19.81%
R=52.08%
G=28.12%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163886200.460.620.3615.4544.8944.12
HexA3583E02E3E24f2d2c
Octal243130760567644175554
Binary10100011101100011111001011101111101001001111101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3583E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3583E; }

 p { color: rgb(163,88,62); }

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

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

 a { background-color: rgb(163,88,62); }

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

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

 span { border-color: rgb(163,88,62); }

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