Html Css Color HEX #A32A1E Brown

📋 copy color: '#A32A1E'

red 163 ◦ green 42 ◦ blue 30

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

Shades of Brown #A32A1E

Tints of Brown #A32A1E

RGB

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

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

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

R = 69.36%
G = 17.87%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A32A1E (or 0xA32A1E) is known color: Brown. HEX triplet: A3, 2A and 1E. RGB value is (163,42,30). Sum of RGB (Red+Green+Blue) = 163+42+30=235 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.36% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 163 - color contains mainly: red. Hex color #A32A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32A1E is #5CD5E1. Grayscale: #4C4C4C. Windows color (decimal): -6084066 or 1976995. OLE color: 1976995.

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

Color convert

RGB 163 42 30 -
CMYK 0 0.74 0.82 0.36
HSL 5.41º 0.69% 0.38% -
HSV(B) 5.41º 0.82% 0.64% -
XYZ 16.17 9.54 2.22 -
YUV 76.81 101.59 189.48 -
System Red Green Blue C M Y K H S L
Decimal 163 42 30 0 0.74 0.82 0.36 5.41 0.69 0.38
Hex A3 2A 1E 0 4A 52 24 5 45 26
Octal 243 52 36 0 112 122 44 5 105 46
Binary 10100011 101010 11110 0 1001010 1010010 100100 101 1000101 100110

Color Harmonies of #A32A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32A1E

Black with #A32A1E

Text Example


Text Example

White with #A32A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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