#A5311F

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

Shades of Brown #A5311F

Tints of Brown #A5311F

Color information

#A5311F (or 0xA5311F) is unknown color: approx Brown. HEX triplet: A5, 31 and 1F. RGB value is (165,49,31). Sum of RGB (Red+Green+Blue) = 165+49+31=245 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.35% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 165 - color contains mainly: red. Hex color #A5311F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5311F is #5ACEE0. Grayscale: #515151. Windows color (decimal): -5951201 or 2044325. OLE color: 2044325.

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

Color convert

RGB1654931-
CMYK00.700.810.35
HSL8.06º68.37%38.43%-
HSV(B)8.06º81.21%64.71%-
XYZ16.8610.292.39-
YUV81.6399.43187.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 67.35%
GREEN value IS 49 (19.53% from 255) = 20%
BLUE value IS 31 (12.5% from 255) = 12.65%
R=67.35%
G=20%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165493100.700.810.358.0668.3738.43
HexA5311F046512384426
Octal24561370106121431010446
Binary101001011100011111101000110101000110001110001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5311F; }

 p { color: rgb(165,49,31); }

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

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

 a { background-color: rgb(165,49,31); }

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

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

 span { border-color: rgb(165,49,31); }

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