#A0301E

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

Shades of Brown #A0301E

Tints of Brown #A0301E

Color information

#A0301E (or 0xA0301E) is unknown color: approx Brown. HEX triplet: A0, 30 and 1E. RGB value is (160,48,30). Sum of RGB (Red+Green+Blue) = 160+48+30=238 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.23% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 160 - color contains mainly: red. Hex color #A0301E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0301E is #5FCFE1. Grayscale: #4F4F4F. Windows color (decimal): -6279138 or 1978528. OLE color: 1978528.

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

Color convert

RGB1604830-
CMYK00.700.810.37
HSL8.31º68.42%37.25%-
HSV(B)8.31º81.25%62.75%-
XYZ15.799.682.26-
YUV79.44100.11185.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 67.23%
GREEN value IS 48 (19.14% from 255) = 20.17%
BLUE value IS 30 (12.11% from 255) = 12.61%
R=67.23%
G=20.17%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160483000.700.810.378.3168.4237.25
HexA0301E046512584425
Octal24060360106121451010445
Binary101000001100001111001000110101000110010110001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0301E; }

 p { color: rgb(160,48,30); }

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

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

 a { background-color: rgb(160,48,30); }

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

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

 span { border-color: rgb(160,48,30); }

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