Html Css Color HEX #A3291C Brown

📋 copy color: '#A3291C'

red 163 ◦ green 41 ◦ blue 28

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

Shades of Brown #A3291C

Tints of Brown #A3291C

RGB

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

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

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

R = 70.26%
G = 17.67%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A3291C (or 0xA3291C) is known color: Brown. HEX triplet: A3, 29 and 1C. RGB value is (163,41,28). Sum of RGB (Red+Green+Blue) = 163+41+28=232 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.26% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 163 - color contains mainly: red. Hex color #A3291C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3291C is #5CD6E3. Grayscale: #4C4C4C. Windows color (decimal): -6084324 or 1845667. OLE color: 1845667.

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

Color convert

RGB 163 41 28 -
CMYK 0 0.75 0.83 0.36
HSL 5.78º 0.71% 0.37% -
HSV(B) 5.78º 0.83% 0.64% -
XYZ 16.11 9.46 2.07 -
YUV 76 100.92 190.06 -
System Red Green Blue C M Y K H S L
Decimal 163 41 28 0 0.75 0.83 0.36 5.78 0.71 0.37
Hex A3 29 1C 0 4B 53 24 6 47 25
Octal 243 51 34 0 113 123 44 6 107 45
Binary 10100011 101001 11100 0 1001011 1010011 100100 110 1000111 100101

Color Harmonies of #A3291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3291C

Black with #A3291C

Text Example


Text Example

White with #A3291C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3291C; }

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

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

background-color css

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

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

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

border-color css

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

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

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