#A22C1E

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

Shades of Brown #A22C1E

Tints of Brown #A22C1E

Color information

#A22C1E (or 0xA22C1E) is unknown color: approx Brown. HEX triplet: A2, 2C and 1E. RGB value is (162,44,30). Sum of RGB (Red+Green+Blue) = 162+44+30=236 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.64% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22C1E is #5DD3E1. Grayscale: #4D4D4D. Windows color (decimal): -6149090 or 1977506. OLE color: 1977506.

HSL color Cylindrical-coordinate representation of color #A22C1E: hue angle of 6.36º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A22C1E is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB1624430-
CMYK00.730.810.36
HSL6.36º68.75%37.65%-
HSV(B)6.36º81.48%63.53%-
XYZ16.049.582.23-
YUV77.69101.09188.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 68.64%
GREEN value IS 44 (17.58% from 255) = 18.64%
BLUE value IS 30 (12.11% from 255) = 12.71%
R=68.64%
G=18.64%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162443000.730.810.366.3668.7537.65
HexA22C1E049512464526
Octal2425436011112144610546
Binary10100010101100111100100100110100011001001101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22C1E; }

 p { color: rgb(162,44,30); }

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

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

 a { background-color: rgb(162,44,30); }

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

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

 span { border-color: rgb(162,44,30); }

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