#A53426

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

Shades of Brown #A53426

Tints of Brown #A53426

Color information

#A53426 (or 0xA53426) is unknown color: approx Brown. HEX triplet: A5, 34 and 26. RGB value is (165,52,38). Sum of RGB (Red+Green+Blue) = 165+52+38=255 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.71% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 165 - color contains mainly: red. Hex color #A53426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53426 is #5ACBD9. Grayscale: #545454. Windows color (decimal): -5950426 or 2503845. OLE color: 2503845.

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

Color convert

RGB1655238-
CMYK00.680.770.35
HSL6.61º62.56%39.8%-
HSV(B)6.61º76.97%64.71%-
XYZ17.0910.62.98-
YUV84.19101.94185.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 64.71%
GREEN value IS 52 (20.70% from 255) = 20.39%
BLUE value IS 38 (15.23% from 255) = 14.90%
R=64.71%
G=20.39%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165523800.680.770.356.6162.5639.8
HexA534260444D2373f28
Octal245644601041154377750
Binary10100101110100100110010001001001101100011111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53426; }

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

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

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

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

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

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

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

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