Html Css Color HEX #A22915 Brown

📋 copy color: '#A22915'

red 162 ◦ green 41 ◦ blue 21

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

Shades of Brown #A22915

Tints of Brown #A22915

RGB

 RED value IS 162 (63.67% from 255) = 72.32%

 GREEN value IS 41 (16.41% from 255) = 18.3%

 BLUE value IS 21 (8.59% from 255) = 9.38%

R = 72.32%
G = 18.3%
B = 9.38%

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

#A22915 (or 0xA22915) is known color: Brown. HEX triplet: A2, 29 and 15. RGB value is (162,41,21). Sum of RGB (Red+Green+Blue) = 162+41+21=224 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.32% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 162 - color contains mainly: red. Hex color #A22915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22915 is #5DD6EA. Grayscale: #4B4B4B. Windows color (decimal): -6149867 or 1386914. OLE color: 1386914.

HSL color Cylindrical-coordinate representation of color #A22915: hue angle of 8.51º 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 #A22915 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 41 21 -
CMYK 0 0.75 0.87 0.36
HSL 8.51º 0.77% 0.36% -
HSV(B) 8.51º 0.87% 0.64% -
XYZ 15.83 9.32 1.67 -
YUV 74.9 97.59 190.13 -
System Red Green Blue C M Y K H S L
Decimal 162 41 21 0 0.75 0.87 0.36 8.51 0.77 0.36
Hex A2 29 15 0 4B 57 24 9 4D 24
Octal 242 51 25 0 113 127 44 11 115 44
Binary 10100010 101001 10101 0 1001011 1010111 100100 1001 1001101 100100

Color Harmonies of #A22915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22915

Black with #A22915

Text Example


Text Example

White with #A22915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22915; }

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

 H1.HeaderClassName
 {
   color: #A22915;
 }
 .AnyTagClassName
 {
   color: #A22915;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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