#a22b14

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

Shades of Brown #A22B14

Tints of Brown #A22B14

Color information

#A22B14 (or 0xA22B14) is unknown color: approx Brown. HEX triplet: A2, 2B and 14. RGB value is (162,43,20). Sum of RGB (Red+Green+Blue) = 162+43+20=225 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 162 - color contains mainly: red. Hex color #A22B14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22B14 is #5DD4EB. Grayscale: #4C4C4C. Windows color (decimal): -6149356 or 1321890. OLE color: 1321890.

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

Color convert

RGB1624320-
CMYK00.730.880.36
HSL9.72º78.02%35.69%-
HSV(B)9.72º87.65%63.53%-
XYZ15.899.461.65-
YUV75.9696.42189.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 72%
GREEN value IS 43 (17.19% from 255) = 19.11%
BLUE value IS 20 (8.20% from 255) = 8.89%
R=72%
G=19.11%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162432000.730.880.369.7278.0235.69
HexA22B140495824a4e24
Octal24253240111130441211644
Binary101000101010111010001001001101100010010010101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a22b14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a22b14; }

 p { color: rgb(162,43,20); }

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

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

 a { background-color: rgb(162,43,20); }

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

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

 span { border-color: rgb(162,43,20); }

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