#AB3524

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

Shades of Brown #AB3524

Tints of Brown #AB3524

Color information

#AB3524 (or 0xAB3524) is unknown color: approx Brown. HEX triplet: AB, 35 and 24. RGB value is (171,53,36). Sum of RGB (Red+Green+Blue) = 171+53+36=260 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.77% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3524 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3524 is #54CADB. Grayscale: #565656. Windows color (decimal): -5556956 or 2373035. OLE color: 2373035.

HSL color Cylindrical-coordinate representation of color #AB3524: hue angle of 7.56º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB3524 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB1715336-
CMYK00.690.790.33
HSL7.56º65.22%40.59%-
HSV(B)7.56º78.95%67.06%-
XYZ18.3911.332.89-
YUV86.3499.59188.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 65.77%
GREEN value IS 53 (21.09% from 255) = 20.38%
BLUE value IS 36 (14.45% from 255) = 13.85%
R=65.77%
G=20.38%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171533600.690.790.337.5665.2240.59
HexAB35240454F2184129
Octal25365440105117411010151
Binary1010101111010110010001000101100111110000110001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3524; }

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

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

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

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

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

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

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

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