#A13319

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

Shades of Brown #A13319

Tints of Brown #A13319

Color information

#A13319 (or 0xA13319) is unknown color: approx Brown. HEX triplet: A1, 33 and 19. RGB value is (161,51,25). Sum of RGB (Red+Green+Blue) = 161+51+25=237 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.93% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 161 - color contains mainly: red. Hex color #A13319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13319 is #5ECCE6. Grayscale: #515151. Windows color (decimal): -6212839 or 1651617. OLE color: 1651617.

HSL color Cylindrical-coordinate representation of color #A13319: hue angle of 11.47º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A13319 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB1615125-
CMYK00.680.840.37
HSL11.47º73.12%36.47%-
HSV(B)11.47º84.47%63.14%-
XYZ16.0610.012.01-
YUV80.9396.44185.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 67.93%
GREEN value IS 51 (20.31% from 255) = 21.52%
BLUE value IS 25 (10.16% from 255) = 10.55%
R=67.93%
G=21.52%
B=10.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161512500.680.840.3711.4773.1236.47
HexA133190445425b4924
Octal24163310104124451311144
Binary101000011100111100101000100101010010010110111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13319; }

 p { color: rgb(161,51,25); }

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

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

 a { background-color: rgb(161,51,25); }

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

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

 span { border-color: rgb(161,51,25); }

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