#A5301F

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

Shades of Brown #A5301F

Tints of Brown #A5301F

Color information

#A5301F (or 0xA5301F) is unknown color: approx Brown. HEX triplet: A5, 30 and 1F. RGB value is (165,48,31). Sum of RGB (Red+Green+Blue) = 165+48+31=244 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.62% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 165 - color contains mainly: red. Hex color #A5301F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5301F is #5ACFE0. Grayscale: #515151. Windows color (decimal): -5951457 or 2044069. OLE color: 2044069.

HSL color Cylindrical-coordinate representation of color #A5301F: hue angle of 7.61º 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 #A5301F is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB1654831-
CMYK00.710.810.35
HSL7.61º68.37%38.43%-
HSV(B)7.61º81.21%64.71%-
XYZ16.8210.212.38-
YUV81.0499.76187.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 67.62%
GREEN value IS 48 (19.14% from 255) = 19.67%
BLUE value IS 31 (12.5% from 255) = 12.70%
R=67.62%
G=19.67%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165483100.710.810.357.6168.3738.43
HexA5301F047512384426
Octal24560370107121431010446
Binary101001011100001111101000111101000110001110001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5301F; }

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

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

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

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

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

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

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

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