Html Css Color HEX #A2291B Brown

📋 copy color: '#A2291B'

red 162 ◦ green 41 ◦ blue 27

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

Shades of Brown #A2291B

Tints of Brown #A2291B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.74%

R = 70.43%
G = 17.83%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A2291B (or 0xA2291B) is known color: Brown. HEX triplet: A2, 29 and 1B. RGB value is (162,41,27). Sum of RGB (Red+Green+Blue) = 162+41+27=230 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.43% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 162 - color contains mainly: red. Hex color #A2291B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2291B is #5DD6E4. Grayscale: #4B4B4B. Windows color (decimal): -6149861 or 1780130. OLE color: 1780130.

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

Color convert

RGB 162 41 27 -
CMYK 0 0.75 0.83 0.36
HSL 6.22º 0.71% 0.37% -
HSV(B) 6.22º 0.83% 0.64% -
XYZ 15.89 9.35 2 -
YUV 75.58 100.59 189.64 -
System Red Green Blue C M Y K H S L
Decimal 162 41 27 0 0.75 0.83 0.36 6.22 0.71 0.37
Hex A2 29 1B 0 4B 53 24 6 47 25
Octal 242 51 33 0 113 123 44 6 107 45
Binary 10100010 101001 11011 0 1001011 1010011 100100 110 1000111 100101

Color Harmonies of #A2291B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2291B

Black with #A2291B

Text Example


Text Example

White with #A2291B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2291B; }

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

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

background-color css

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

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

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

border-color css

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

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

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