#A53223

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

Shades of Brown #A53223

Tints of Brown #A53223

Color information

#A53223 (or 0xA53223) is unknown color: approx Brown. HEX triplet: A5, 32 and 23. RGB value is (165,50,35). Sum of RGB (Red+Green+Blue) = 165+50+35=250 (33% of max value = 765). Red value is 165 (64.84% from 255 or 66% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 165 - color contains mainly: red. Hex color #A53223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53223 is #5ACDDC. Grayscale: #525252. Windows color (decimal): -5950941 or 2306725. OLE color: 2306725.

HSL color Cylindrical-coordinate representation of color #A53223: hue angle of 6.92º degrees, saturation: 0.65, 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 #A53223 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB1655035-
CMYK00.700.790.35
HSL6.92º65%39.22%-
HSV(B)6.92º78.79%64.71%-
XYZ16.9610.42.7-
YUV82.68101.1186.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 66%
GREEN value IS 50 (19.92% from 255) = 20%
BLUE value IS 35 (14.06% from 255) = 14%
R=66%
G=20%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165503500.700.790.356.926539.22
HexA532230464F2374127
Octal2456243010611743710147
Binary101001011100101000110100011010011111000111111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53223; }

 p { color: rgb(165,50,35); }

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

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

 a { background-color: rgb(165,50,35); }

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

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

 span { border-color: rgb(165,50,35); }

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