Html Css Color HEX #A4311A Brown

📋 copy color: '#A4311A'

red 164 ◦ green 49 ◦ blue 26

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

Shades of Brown #A4311A

Tints of Brown #A4311A

RGB

 RED value IS 164 (64.45% from 255) = 68.62%

 GREEN value IS 49 (19.53% from 255) = 20.5%

 BLUE value IS 26 (10.55% from 255) = 10.88%

R = 68.62%
G = 20.5%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4311A (or 0xA4311A) is known color: Brown. HEX triplet: A4, 31 and 1A. RGB value is (164,49,26). Sum of RGB (Red+Green+Blue) = 164+49+26=239 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.62% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 164 - color contains mainly: red. Hex color #A4311A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4311A is #5BCEE5. Grayscale: #505050. Windows color (decimal): -6016742 or 1716644. OLE color: 1716644.

HSL color Cylindrical-coordinate representation of color #A4311A: hue angle of 10º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A4311A is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 49 26 -
CMYK 0 0.70 0.84 0.36
HSL 10º 0.73% 0.37% -
HSV(B) 10º 0.84% 0.64% -
XYZ 16.59 10.16 2.06 -
YUV 80.76 97.1 187.37 -
System Red Green Blue C M Y K H S L
Decimal 164 49 26 0 0.70 0.84 0.36 10 0.73 0.37
Hex A4 31 1A 0 46 54 24 A 49 25
Octal 244 61 32 0 106 124 44 12 111 45
Binary 10100100 110001 11010 0 1000110 1010100 100100 1010 1001001 100101

Color Harmonies of #A4311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4311A

Black with #A4311A

Text Example


Text Example

White with #A4311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4311A; }

 p { color: rgb(164,49,26); }

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

background-color css

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

 a { background-color: rgb(164,49,26); }

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

border-color css

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

 span { border-color: rgb(164,49,26); }

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