Html Css Color HEX #A32A1F Brown

📋 copy color: '#A32A1F'

red 163 ◦ green 42 ◦ blue 31

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

Shades of Brown #A32A1F

Tints of Brown #A32A1F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.8%

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

R = 69.07%
G = 17.8%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A32A1F (or 0xA32A1F) is known color: Brown. HEX triplet: A3, 2A and 1F. RGB value is (163,42,31). Sum of RGB (Red+Green+Blue) = 163+42+31=236 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.07% from 236); Green value is 42 (16.80% from 255 or 17.80% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 163 - color contains mainly: red. Hex color #A32A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32A1F is #5CD5E0. Grayscale: #4D4D4D. Windows color (decimal): -6084065 or 2042531. OLE color: 2042531.

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

Color convert

RGB 163 42 31 -
CMYK 0 0.74 0.81 0.36
HSL 0.68% 0.38% -
HSV(B) 0.81% 0.64% -
XYZ 16.18 9.54 2.29 -
YUV 76.93 102.09 189.39 -
System Red Green Blue C M Y K H S L
Decimal 163 42 31 0 0.74 0.81 0.36 5 0.68 0.38
Hex A3 2A 1F 0 4A 51 24 5 44 26
Octal 243 52 37 0 112 121 44 5 104 46
Binary 10100011 101010 11111 0 1001010 1010001 100100 101 1000100 100110

Color Harmonies of #A32A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32A1F

Black with #A32A1F

Text Example


Text Example

White with #A32A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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