#AB3620

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

Shades of Brown #AB3620

Tints of Brown #AB3620

Color information

#AB3620 (or 0xAB3620) is unknown color: approx Brown. HEX triplet: AB, 36 and 20. RGB value is (171,54,32). Sum of RGB (Red+Green+Blue) = 171+54+32=257 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.54% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3620 is #54C9DF. Grayscale: #565656. Windows color (decimal): -5556704 or 2111147. OLE color: 2111147.

HSL color Cylindrical-coordinate representation of color #AB3620: hue angle of 9.5º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB3620 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB1715432-
CMYK00.680.810.33
HSL9.5º68.47%39.8%-
HSV(B)9.5º81.29%67.06%-
XYZ18.3711.42.6-
YUV86.4897.26188.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 66.54%
GREEN value IS 54 (21.48% from 255) = 21.01%
BLUE value IS 32 (12.89% from 255) = 12.45%
R=66.54%
G=21.01%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171543200.680.810.339.568.4739.8
HexAB3620044512194428
Octal25366400104121411110450
Binary1010101111011010000001000100101000110000110011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3620; }

 p { color: rgb(171,54,32); }

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

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

 a { background-color: rgb(171,54,32); }

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

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

 span { border-color: rgb(171,54,32); }

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