#A52722

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

Shades of Brown #A52722

Tints of Brown #A52722

Color information

#A52722 (or 0xA52722) is unknown color: approx Brown. HEX triplet: A5, 27 and 22. RGB value is (165,39,34). Sum of RGB (Red+Green+Blue) = 165+39+34=238 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.33% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 34 (13.67% from 255 or 14.29% from 238); Max value from RGB is 165 - color contains mainly: red. Hex color #A52722 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52722 is #5AD8DD. Grayscale: #4C4C4C. Windows color (decimal): -5953758 or 2238373. OLE color: 2238373.

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

Color convert

RGB1653934-
CMYK00.760.790.35
HSL2.29º65.83%39.02%-
HSV(B)2.29º79.39%64.71%-
XYZ16.539.572.49-
YUV76.1104.24191.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 69.33%
GREEN value IS 39 (15.62% from 255) = 16.39%
BLUE value IS 34 (13.67% from 255) = 14.29%
R=69.33%
G=16.39%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165393400.760.790.352.2965.8339.02
HexA5272204C4F2324227
Octal2454742011411743210247
Binary10100101100111100010010011001001111100011101000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52722; }

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

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

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

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

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

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

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

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