Html Css Color HEX #A4312A Brown

📋 copy color: '#A4312A'

red 164 ◦ green 49 ◦ blue 42

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

Shades of Brown #A4312A

Tints of Brown #A4312A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.47%

R = 64.31%
G = 19.22%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A4312A (or 0xA4312A) is known color: Brown. HEX triplet: A4, 31 and 2A. RGB value is (164,49,42). Sum of RGB (Red+Green+Blue) = 164+49+42=255 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.31% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 164 - color contains mainly: red. Hex color #A4312A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4312A is #5BCED5. Grayscale: #525252. Windows color (decimal): -6016726 or 2765220. OLE color: 2765220.

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

Color convert

RGB 164 49 42 -
CMYK 0 0.70 0.74 0.36
HSL 3.44º 0.59% 0.4% -
HSV(B) 3.44º 0.74% 0.64% -
XYZ 16.83 10.26 3.28 -
YUV 82.59 105.1 186.07 -
System Red Green Blue C M Y K H S L
Decimal 164 49 42 0 0.70 0.74 0.36 3.44 0.59 0.4
Hex A4 31 2A 0 46 4A 24 3 3B 28
Octal 244 61 52 0 106 112 44 3 73 50
Binary 10100100 110001 101010 0 1000110 1001010 100100 11 111011 101000

Color Harmonies of #A4312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4312A

Black with #A4312A

Text Example


Text Example

White with #A4312A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4312A; }

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

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

background-color css

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

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

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

border-color css

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

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

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