Html Css Color HEX #A1291F Brown

📋 copy color: '#A1291F'

red 161 ◦ green 41 ◦ blue 31

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

Shades of Brown #A1291F

Tints of Brown #A1291F

RGB

 RED value IS 161 (63.28% from 255) = 69.1%

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

 BLUE value IS 31 (12.5% from 255) = 13.3%

R = 69.1%
G = 17.6%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A1291F (or 0xA1291F) is known color: Brown. HEX triplet: A1, 29 and 1F. RGB value is (161,41,31). Sum of RGB (Red+Green+Blue) = 161+41+31=233 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.10% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 31 (12.5% from 255 or 13.30% from 233); Max value from RGB is 161 - color contains mainly: red. Hex color #A1291F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1291F is #5ED6E0. Grayscale: #4B4B4B. Windows color (decimal): -6215393 or 2042273. OLE color: 2042273.

HSL color Cylindrical-coordinate representation of color #A1291F: hue angle of 4.62º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1291F is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 41 31 -
CMYK 0 0.75 0.81 0.37
HSL 4.62º 0.68% 0.38% -
HSV(B) 4.62º 0.81% 0.63% -
XYZ 15.74 9.26 2.25 -
YUV 75.74 102.76 188.81 -
System Red Green Blue C M Y K H S L
Decimal 161 41 31 0 0.75 0.81 0.37 4.62 0.68 0.38
Hex A1 29 1F 0 4B 51 25 5 44 26
Octal 241 51 37 0 113 121 45 5 104 46
Binary 10100001 101001 11111 0 1001011 1010001 100101 101 1000100 100110

Color Harmonies of #A1291F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1291F

Black with #A1291F

Text Example


Text Example

White with #A1291F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1291F; }

 p { color: rgb(161,41,31); }

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

background-color css

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

 a { background-color: rgb(161,41,31); }

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

border-color css

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

 span { border-color: rgb(161,41,31); }

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