#A53022

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

Shades of Brown #A53022

Tints of Brown #A53022

Color information

#A53022 (or 0xA53022) is unknown color: approx Brown. HEX triplet: A5, 30 and 22. RGB value is (165,48,34). Sum of RGB (Red+Green+Blue) = 165+48+34=247 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.80% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 34 (13.67% from 255 or 13.77% from 247); Max value from RGB is 165 - color contains mainly: red. Hex color #A53022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53022 is #5ACFDD. Grayscale: #515151. Windows color (decimal): -5951454 or 2240677. OLE color: 2240677.

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

Color convert

RGB1654834-
CMYK00.710.790.35
HSL6.41º65.83%39.02%-
HSV(B)6.41º79.39%64.71%-
XYZ16.8610.232.6-
YUV81.39101.26187.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 66.80%
GREEN value IS 48 (19.14% from 255) = 19.43%
BLUE value IS 34 (13.67% from 255) = 13.77%
R=66.80%
G=19.43%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165483400.710.790.356.4165.8339.02
HexA530220474F2364227
Octal2456042010711743610247
Binary101001011100001000100100011110011111000111101000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53022; }

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

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

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

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

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

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

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

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