#A22815

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

Shades of Brown #A22815

Tints of Brown #A22815

Color information

#A22815 (or 0xA22815) is unknown color: approx Brown. HEX triplet: A2, 28 and 15. RGB value is (162,40,21). Sum of RGB (Red+Green+Blue) = 162+40+21=223 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.65% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 162 - color contains mainly: red. Hex color #A22815 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22815 is #5DD7EA. Grayscale: #4A4A4A. Windows color (decimal): -6150123 or 1386658. OLE color: 1386658.

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

Color convert

RGB1624021-
CMYK00.750.870.36
HSL8.09º77.05%35.88%-
HSV(B)8.09º87.04%63.53%-
XYZ15.799.251.66-
YUV74.3197.92190.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 72.65%
GREEN value IS 40 (16.02% from 255) = 17.94%
BLUE value IS 21 (8.59% from 255) = 9.42%
R=72.65%
G=17.94%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162402100.750.870.368.0977.0535.88
HexA2281504B572484d24
Octal24250250113127441011544
Binary101000101010001010101001011101011110010010001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22815; }

 p { color: rgb(162,40,21); }

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

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

 a { background-color: rgb(162,40,21); }

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

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

 span { border-color: rgb(162,40,21); }

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