#A45B3F

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

Shades of Sepia #A45B3F

Tints of Sepia #A45B3F

Color information

#A45B3F (or 0xA45B3F) is unknown color: approx Sepia. HEX triplet: A4, 5B and 3F. RGB value is (164,91,63). Sum of RGB (Red+Green+Blue) = 164+91+63=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A45B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45B3F is #5BA4C0. Grayscale: #6D6D6D. Windows color (decimal): -6005953 or 4152228. OLE color: 4152228.

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

Color convert

RGB1649163-
CMYK00.450.620.36
HSL16.63º44.49%44.51%-
HSV(B)16.63º61.59%64.31%-
XYZ19.9515.736.69-
YUV109.64101.68166.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.57%
GREEN value IS 91 (35.94% from 255) = 28.62%
BLUE value IS 63 (25% from 255) = 19.81%
R=51.57%
G=28.62%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164916300.450.620.3616.6344.4944.51
HexA45B3F02D3E24112c2d
Octal244133770557644215455
Binary101001001011011111111010110111111010010010001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45B3F; }

 p { color: rgb(164,91,63); }

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

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

 a { background-color: rgb(164,91,63); }

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

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

 span { border-color: rgb(164,91,63); }

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