Html Css Color HEX #A22815 Brown

📋 copy color: '#A22815'

red 162 ◦ green 40 ◦ blue 21

#A22815
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown #A22815

Tints of Brown #A22815

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 value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A22815 (or 0xA22815) is known color: 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

RGB 162 40 21 -
CMYK 0 0.75 0.87 0.36
HSL 8.09º 0.77% 0.36% -
HSV(B) 8.09º 0.87% 0.64% -
XYZ 15.79 9.25 1.66 -
YUV 74.31 97.92 190.54 -
System Red Green Blue C M Y K H S L
Decimal 162 40 21 0 0.75 0.87 0.36 8.09 0.77 0.36
Hex A2 28 15 0 4B 57 24 8 4D 24
Octal 242 50 25 0 113 127 44 10 115 44
Binary 10100010 101000 10101 0 1001011 1010111 100100 1000 1001101 100100

Color Harmonies of #A22815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22815

Black with #A22815

Text Example


Text Example

White with #A22815

Text Example


Text Example

HTML Codes & Css Web 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>