Html Css Color HEX #A3321E Brown

📋 copy color: '#A3321E'

red 163 ◦ green 50 ◦ blue 30

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

Shades of Brown #A3321E

Tints of Brown #A3321E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.58%

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

R = 67.08%
G = 20.58%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A3321E (or 0xA3321E) is known color: Brown. HEX triplet: A3, 32 and 1E. RGB value is (163,50,30). Sum of RGB (Red+Green+Blue) = 163+50+30=243 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.08% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 163 - color contains mainly: red. Hex color #A3321E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3321E is #5CCDE1. Grayscale: #515151. Windows color (decimal): -6082018 or 1979043. OLE color: 1979043.

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

Color convert

RGB 163 50 30 -
CMYK 0 0.69 0.82 0.36
HSL 9.02º 0.69% 0.38% -
HSV(B) 9.02º 0.82% 0.64% -
XYZ 16.48 10.16 2.32 -
YUV 81.51 98.94 186.13 -
System Red Green Blue C M Y K H S L
Decimal 163 50 30 0 0.69 0.82 0.36 9.02 0.69 0.38
Hex A3 32 1E 0 45 52 24 9 45 26
Octal 243 62 36 0 105 122 44 11 105 46
Binary 10100011 110010 11110 0 1000101 1010010 100100 1001 1000101 100110

Color Harmonies of #A3321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3321E

Black with #A3321E

Text Example


Text Example

White with #A3321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3321E; }

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

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

background-color css

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

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

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

border-color css

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

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

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