#ab311d

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

Shades of Brown #AB311D

Tints of Brown #AB311D

Color information

#AB311D (or 0xAB311D) is unknown color: approx Brown. HEX triplet: AB, 31 and 1D. RGB value is (171,49,29). Sum of RGB (Red+Green+Blue) = 171+49+29=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB311D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB311D is #54CEE2. Grayscale: #535353. Windows color (decimal): -5557987 or 1913259. OLE color: 1913259.

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

Color convert

RGB1714929-
CMYK00.710.830.33
HSL8.45º71%39.22%-
HSV(B)8.45º83.04%67.06%-
XYZ18.1110.942.32-
YUV83.297.42190.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 68.67%
GREEN value IS 49 (19.53% from 255) = 19.68%
BLUE value IS 29 (11.72% from 255) = 11.65%
R=68.67%
G=19.68%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171492900.710.830.338.457139.22
HexAB311D047532184727
Octal25361350107123411010747
Binary101010111100011110101000111101001110000110001000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab311d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab311d; }

 p { color: rgb(171,49,29); }

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

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

 a { background-color: rgb(171,49,29); }

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

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

 span { border-color: rgb(171,49,29); }

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