Html Css Color HEX #A32F1F Brown

📋 copy color: '#A32F1F'

red 163 ◦ green 47 ◦ blue 31

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

Shades of Brown #A32F1F

Tints of Brown #A32F1F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.5%

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

R = 67.63%
G = 19.5%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A32F1F (or 0xA32F1F) is known color: Brown. HEX triplet: A3, 2F and 1F. RGB value is (163,47,31). Sum of RGB (Red+Green+Blue) = 163+47+31=241 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.63% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 31 (12.5% from 255 or 12.86% from 241); Max value from RGB is 163 - color contains mainly: red. Hex color #A32F1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32F1F is #5CD0E0. Grayscale: #505050. Windows color (decimal): -6082785 or 2043811. OLE color: 2043811.

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

Color convert

RGB 163 47 31 -
CMYK 0 0.71 0.81 0.36
HSL 7.27º 0.68% 0.38% -
HSV(B) 7.27º 0.81% 0.64% -
XYZ 16.37 9.92 2.35 -
YUV 79.86 100.43 187.3 -
System Red Green Blue C M Y K H S L
Decimal 163 47 31 0 0.71 0.81 0.36 7.27 0.68 0.38
Hex A3 2F 1F 0 47 51 24 7 44 26
Octal 243 57 37 0 107 121 44 7 104 46
Binary 10100011 101111 11111 0 1000111 1010001 100100 111 1000100 100110

Color Harmonies of #A32F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32F1F

Black with #A32F1F

Text Example


Text Example

White with #A32F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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