Html Css Color HEX #A3311E Brown

📋 copy color: '#A3311E'

red 163 ◦ green 49 ◦ blue 30

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

Shades of Brown #A3311E

Tints of Brown #A3311E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.25%

 BLUE value IS 30 (12.11% from 255) = 12.4%

R = 67.36%
G = 20.25%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A3311E (or 0xA3311E) is known color: Brown. HEX triplet: A3, 31 and 1E. RGB value is (163,49,30). Sum of RGB (Red+Green+Blue) = 163+49+30=242 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.36% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 163 - color contains mainly: red. Hex color #A3311E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3311E is #5CCEE1. Grayscale: #515151. Windows color (decimal): -6082274 or 1978787. OLE color: 1978787.

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

Color convert

RGB 163 49 30 -
CMYK 0 0.70 0.82 0.36
HSL 8.57º 0.69% 0.38% -
HSV(B) 8.57º 0.82% 0.64% -
XYZ 16.44 10.08 2.31 -
YUV 80.92 99.27 186.54 -
System Red Green Blue C M Y K H S L
Decimal 163 49 30 0 0.70 0.82 0.36 8.57 0.69 0.38
Hex A3 31 1E 0 46 52 24 9 45 26
Octal 243 61 36 0 106 122 44 11 105 46
Binary 10100011 110001 11110 0 1000110 1010010 100100 1001 1000101 100110

Color Harmonies of #A3311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3311E

Black with #A3311E

Text Example


Text Example

White with #A3311E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3311E; }

 p { color: rgb(163,49,30); }

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

background-color css

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

 a { background-color: rgb(163,49,30); }

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

border-color css

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

 span { border-color: rgb(163,49,30); }

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