Html Css Color HEX #A22C13 Brown

📋 copy color: '#A22C13'

red 162 ◦ green 44 ◦ blue 19

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

Shades of Brown #A22C13

Tints of Brown #A22C13

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.56%

 BLUE value IS 19 (7.81% from 255) = 8.44%

R = 72%
G = 19.56%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A22C13 (or 0xA22C13) is known color: Brown. HEX triplet: A2, 2C and 13. RGB value is (162,44,19). Sum of RGB (Red+Green+Blue) = 162+44+19=225 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22C13 is #5DD3EC. Grayscale: #4C4C4C. Windows color (decimal): -6149101 or 1256610. OLE color: 1256610.

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

Color convert

RGB 162 44 19 -
CMYK 0 0.73 0.88 0.36
HSL 10.49º 0.79% 0.35% -
HSV(B) 10.49º 0.88% 0.64% -
XYZ 15.92 9.53 1.62 -
YUV 76.43 95.59 189.03 -
System Red Green Blue C M Y K H S L
Decimal 162 44 19 0 0.73 0.88 0.36 10.49 0.79 0.35
Hex A2 2C 13 0 49 58 24 A 4F 23
Octal 242 54 23 0 111 130 44 12 117 43
Binary 10100010 101100 10011 0 1001001 1011000 100100 1010 1001111 100011

Color Harmonies of #A22C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22C13

Black with #A22C13

Text Example


Text Example

White with #A22C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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