#A5341C

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

Shades of Brown #A5341C

Tints of Brown #A5341C

Color information

#A5341C (or 0xA5341C) is unknown color: approx Brown. HEX triplet: A5, 34 and 1C. RGB value is (165,52,28). Sum of RGB (Red+Green+Blue) = 165+52+28=245 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.35% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 165 - color contains mainly: red. Hex color #A5341C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5341C is #5ACBE3. Grayscale: #535353. Windows color (decimal): -5950436 or 1848485. OLE color: 1848485.

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

Color convert

RGB1655228-
CMYK00.680.830.35
HSL10.51º70.98%37.84%-
HSV(B)10.51º83.03%64.71%-
XYZ16.9510.542.24-
YUV83.0596.94186.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 67.35%
GREEN value IS 52 (20.70% from 255) = 21.22%
BLUE value IS 28 (11.33% from 255) = 11.43%
R=67.35%
G=21.22%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165522800.680.830.3510.5170.9837.84
HexA5341C0445323b4726
Octal24564340104123431310746
Binary101001011101001110001000100101001110001110111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5341C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5341C; }

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

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

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

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

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

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

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

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