Html Css Color HEX #A3311C Brown

📋 copy color: '#A3311C'

red 163 ◦ green 49 ◦ blue 28

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

Shades of Brown #A3311C

Tints of Brown #A3311C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.67%

R = 67.92%
G = 20.42%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A3311C (or 0xA3311C) is known color: Brown. HEX triplet: A3, 31 and 1C. RGB value is (163,49,28). Sum of RGB (Red+Green+Blue) = 163+49+28=240 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.92% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 163 - color contains mainly: red. Hex color #A3311C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3311C is #5CCEE3. Grayscale: #505050. Windows color (decimal): -6082276 or 1847715. OLE color: 1847715.

HSL color Cylindrical-coordinate representation of color #A3311C: hue angle of 9.33º 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 #A3311C is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 49 28 -
CMYK 0 0.70 0.83 0.36
HSL 9.33º 0.71% 0.37% -
HSV(B) 9.33º 0.83% 0.64% -
XYZ 16.41 10.07 2.18 -
YUV 80.69 98.27 186.71 -
System Red Green Blue C M Y K H S L
Decimal 163 49 28 0 0.70 0.83 0.36 9.33 0.71 0.37
Hex A3 31 1C 0 46 53 24 9 47 25
Octal 243 61 34 0 106 123 44 11 107 45
Binary 10100011 110001 11100 0 1000110 1010011 100100 1001 1000111 100101

Color Harmonies of #A3311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3311C

Black with #A3311C

Text Example


Text Example

White with #A3311C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3311C; }

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

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

background-color css

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

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

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

border-color css

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

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

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