Html Css Color HEX #A3281F Brown

📋 copy color: '#A3281F'

red 163 ◦ green 40 ◦ blue 31

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

Shades of Brown #A3281F

Tints of Brown #A3281F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.09%

 BLUE value IS 31 (12.5% from 255) = 13.25%

R = 69.66%
G = 17.09%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A3281F (or 0xA3281F) is known color: Brown. HEX triplet: A3, 28 and 1F. RGB value is (163,40,31). Sum of RGB (Red+Green+Blue) = 163+40+31=234 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.66% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 163 - color contains mainly: red. Hex color #A3281F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3281F is #5CD7E0. Grayscale: #4B4B4B. Windows color (decimal): -6084577 or 2042019. OLE color: 2042019.

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

Color convert

RGB 163 40 31 -
CMYK 0 0.75 0.81 0.36
HSL 4.09º 0.68% 0.38% -
HSV(B) 4.09º 0.81% 0.64% -
XYZ 16.11 9.4 2.26 -
YUV 75.75 102.75 190.23 -
System Red Green Blue C M Y K H S L
Decimal 163 40 31 0 0.75 0.81 0.36 4.09 0.68 0.38
Hex A3 28 1F 0 4B 51 24 4 44 26
Octal 243 50 37 0 113 121 44 4 104 46
Binary 10100011 101000 11111 0 1001011 1010001 100100 100 1000100 100110

Color Harmonies of #A3281F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3281F

Black with #A3281F

Text Example


Text Example

White with #A3281F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3281F; }

 p { color: rgb(163,40,31); }

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

background-color css

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

 a { background-color: rgb(163,40,31); }

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

border-color css

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

 span { border-color: rgb(163,40,31); }

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