Html Css Color HEX #A3312C Brown

📋 copy color: '#A3312C'

red 163 ◦ green 49 ◦ blue 44

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

Shades of Brown #A3312C

Tints of Brown #A3312C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.19%

R = 63.67%
G = 19.14%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A3312C (or 0xA3312C) is known color: Brown. HEX triplet: A3, 31 and 2C. RGB value is (163,49,44). Sum of RGB (Red+Green+Blue) = 163+49+44=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A3312C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3312C is #5CCED3. Grayscale: #525252. Windows color (decimal): -6082260 or 2896291. OLE color: 2896291.

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

Color convert

RGB 163 49 44 -
CMYK 0 0.70 0.73 0.36
HSL 2.52º 0.57% 0.41% -
HSV(B) 2.52º 0.73% 0.64% -
XYZ 16.66 10.17 3.47 -
YUV 82.52 106.27 185.41 -
System Red Green Blue C M Y K H S L
Decimal 163 49 44 0 0.70 0.73 0.36 2.52 0.57 0.41
Hex A3 31 2C 0 46 49 24 3 39 29
Octal 243 61 54 0 106 111 44 3 71 51
Binary 10100011 110001 101100 0 1000110 1001001 100100 11 111001 101001

Color Harmonies of #A3312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3312C

Black with #A3312C

Text Example


Text Example

White with #A3312C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3312C; }

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

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

background-color css

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

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

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

border-color css

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

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

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