#AF3131

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

Shades of Brown #AF3131

Tints of Brown #AF3131

Color information

#AF3131 (or 0xAF3131) is unknown color: approx Brown. HEX triplet: AF, 31 and 31. RGB value is (175,49,49). Sum of RGB (Red+Green+Blue) = 175+49+49=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3131 is #50CECE. Grayscale: #565656. Windows color (decimal): -5295823 or 3223983. OLE color: 3223983.

HSL color Cylindrical-coordinate representation of color #AF3131: hue angle of 0º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF3131 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB1754949-
CMYK00.720.720.31
HSL56.25%43.92%-
HSV(B)72%68.63%-
XYZ19.3311.534.11-
YUV86.67106.74191-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 64.10%
GREEN value IS 49 (19.53% from 255) = 17.95%
BLUE value IS 49 (19.53% from 255) = 17.95%
R=64.10%
G=17.95%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175494900.720.720.31056.2543.92
HexAF3131048481F0382c
Octal257616101101103707054
Binary10101111110001110001010010001001000111110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3131; }

 p { color: rgb(175,49,49); }

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

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

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

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

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

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

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