#A5341D

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

Shades of Brown #A5341D

Tints of Brown #A5341D

Color information

#A5341D (or 0xA5341D) is unknown color: approx Brown. HEX triplet: A5, 34 and 1D. RGB value is (165,52,29). Sum of RGB (Red+Green+Blue) = 165+52+29=246 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.07% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 165 - color contains mainly: red. Hex color #A5341D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5341D is #5ACBE2. Grayscale: #535353. Windows color (decimal): -5950435 or 1914021. OLE color: 1914021.

HSL color Cylindrical-coordinate representation of color #A5341D: hue angle of 10.15º degrees, saturation: 0.7, 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 #A5341D is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB1655229-
CMYK00.680.820.35
HSL10.15º70.1%38.04%-
HSV(B)10.15º82.42%64.71%-
XYZ16.9710.542.3-
YUV83.1697.44186.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 67.07%
GREEN value IS 52 (20.70% from 255) = 21.14%
BLUE value IS 29 (11.72% from 255) = 11.79%
R=67.07%
G=21.14%
B=11.79%

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
Decimal165522900.680.820.3510.1570.138.04
HexA5341D0445223a4626
Octal24564350104122431210646
Binary101001011101001110101000100101001010001110101000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5341D; }

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

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

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

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

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

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

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

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