#af3130

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

Shades of Brown #AF3130

Tints of Brown #AF3130

Color information

#AF3130 (or 0xAF3130) is unknown color: approx Brown. HEX triplet: AF, 31 and 30. RGB value is (175,49,48). Sum of RGB (Red+Green+Blue) = 175+49+48=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3130 is #50CECF. Grayscale: #565656. Windows color (decimal): -5295824 or 3158447. OLE color: 3158447.

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

Color convert

RGB1754948-
CMYK00.720.730.31
HSL0.47º56.95%43.73%-
HSV(B)0.47º72.57%68.63%-
XYZ19.3111.524-
YUV86.56106.24191.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 64.34%
GREEN value IS 49 (19.53% from 255) = 18.01%
BLUE value IS 48 (19.14% from 255) = 17.65%
R=64.34%
G=18.01%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175494800.720.730.310.4756.9543.73
HexAF3130048491F0392c
Octal257616001101113707154
Binary10101111110001110000010010001001001111110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af3130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af3130; }

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

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

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

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

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

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

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

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