#A33524

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

Shades of Brown #A33524

Tints of Brown #A33524

Color information

#A33524 (or 0xA33524) is unknown color: approx Brown. HEX triplet: A3, 35 and 24. RGB value is (163,53,36). Sum of RGB (Red+Green+Blue) = 163+53+36=252 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.68% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 163 - color contains mainly: red. Hex color #A33524 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33524 is #5CCADB. Grayscale: #545454. Windows color (decimal): -6081244 or 2373027. OLE color: 2373027.

HSL color Cylindrical-coordinate representation of color #A33524: hue angle of 8.03º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A33524 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB1635336-
CMYK00.670.780.36
HSL8.03º63.82%39.02%-
HSV(B)8.03º77.91%63.92%-
XYZ16.710.462.81-
YUV83.95100.94184.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 64.68%
GREEN value IS 53 (21.09% from 255) = 21.03%
BLUE value IS 36 (14.45% from 255) = 14.29%
R=64.68%
G=21.03%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163533600.670.780.368.0363.8239.02
HexA335240434E2484027
Octal24365440103116441010047
Binary1010001111010110010001000011100111010010010001000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33524; }

 p { color: rgb(163,53,36); }

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

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

 a { background-color: rgb(163,53,36); }

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

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

 span { border-color: rgb(163,53,36); }

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