#AB3327

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

Shades of Brown #AB3327

Tints of Brown #AB3327

Color information

#AB3327 (or 0xAB3327) is unknown color: approx Brown. HEX triplet: AB, 33 and 27. RGB value is (171,51,39). Sum of RGB (Red+Green+Blue) = 171+51+39=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3327 is #54CCD8. Grayscale: #555555. Windows color (decimal): -5557465 or 2569131. OLE color: 2569131.

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

Color convert

RGB1715139-
CMYK00.700.770.33
HSL5.45º62.86%41.18%-
HSV(B)5.45º77.19%67.06%-
XYZ18.3411.173.11-
YUV85.51101.76188.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 65.52%
GREEN value IS 51 (20.31% from 255) = 19.54%
BLUE value IS 39 (15.62% from 255) = 14.94%
R=65.52%
G=19.54%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171513900.700.770.335.4562.8641.18
HexAB33270464D2153f29
Octal253634701061154157751
Binary10101011110011100111010001101001101100001101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3327; }

 p { color: rgb(171,51,39); }

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

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

 a { background-color: rgb(171,51,39); }

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

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

 span { border-color: rgb(171,51,39); }

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