#A5341E

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

Shades of Brown #A5341E

Tints of Brown #A5341E

Color information

#A5341E (or 0xA5341E) is unknown color: approx Brown. HEX triplet: A5, 34 and 1E. RGB value is (165,52,30). Sum of RGB (Red+Green+Blue) = 165+52+30=247 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.80% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 165 - color contains mainly: red. Hex color #A5341E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5341E is #5ACBE1. Grayscale: #535353. Windows color (decimal): -5950434 or 1979557. OLE color: 1979557.

HSL color Cylindrical-coordinate representation of color #A5341E: hue angle of 9.78º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A5341E is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB1655230-
CMYK00.680.820.35
HSL9.78º69.23%38.24%-
HSV(B)9.78º81.82%64.71%-
XYZ16.9810.552.37-
YUV83.2897.94186.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 66.80%
GREEN value IS 52 (20.70% from 255) = 21.05%
BLUE value IS 30 (12.11% from 255) = 12.15%
R=66.80%
G=21.05%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165523000.680.820.359.7869.2338.24
HexA5341E0445223a4526
Octal24564360104122431210546
Binary101001011101001111001000100101001010001110101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5341E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5341E; }

 p { color: rgb(165,52,30); }

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

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

 a { background-color: rgb(165,52,30); }

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

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

 span { border-color: rgb(165,52,30); }

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