Html Css Color HEX #A3211F Brown

📋 copy color: '#A3211F'

red 163 ◦ green 33 ◦ blue 31

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

Shades of Brown #A3211F

Tints of Brown #A3211F

RGB

 RED value IS 163 (64.06% from 255) = 71.81%

 GREEN value IS 33 (13.28% from 255) = 14.54%

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

R = 71.81%
G = 14.54%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A3211F (or 0xA3211F) is known color: Brown. HEX triplet: A3, 21 and 1F. RGB value is (163,33,31). Sum of RGB (Red+Green+Blue) = 163+33+31=227 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.81% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 163 - color contains mainly: red. Hex color #A3211F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3211F is #5CDEE0. Grayscale: #474747. Windows color (decimal): -6086369 or 2040227. OLE color: 2040227.

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

Color convert

RGB 163 33 31 -
CMYK 0 0.80 0.81 0.36
HSL 0.91º 0.68% 0.38% -
HSV(B) 0.91º 0.81% 0.64% -
XYZ 15.9 8.97 2.19 -
YUV 71.64 105.07 193.16 -
System Red Green Blue C M Y K H S L
Decimal 163 33 31 0 0.80 0.81 0.36 0.91 0.68 0.38
Hex A3 21 1F 0 50 51 24 1 44 26
Octal 243 41 37 0 120 121 44 1 104 46
Binary 10100011 100001 11111 0 1010000 1010001 100100 1 1000100 100110

Color Harmonies of #A3211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3211F

Black with #A3211F

Text Example


Text Example

White with #A3211F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3211F; }

 p { color: rgb(163,33,31); }

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

background-color css

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

 a { background-color: rgb(163,33,31); }

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

border-color css

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

 span { border-color: rgb(163,33,31); }

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