Html Css Color HEX #A7312A Brown

📋 copy color: '#A7312A'

red 167 ◦ green 49 ◦ blue 42

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

Shades of Brown #A7312A

Tints of Brown #A7312A

RGB

 RED value IS 167 (65.63% from 255) = 64.73%

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

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

R = 64.73%
G = 18.99%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A7312A (or 0xA7312A) is known color: Brown. HEX triplet: A7, 31 and 2A. RGB value is (167,49,42). Sum of RGB (Red+Green+Blue) = 167+49+42=258 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.73% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 167 - color contains mainly: red. Hex color #A7312A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7312A is #58CED5. Grayscale: #535353. Windows color (decimal): -5820118 or 2765223. OLE color: 2765223.

HSL color Cylindrical-coordinate representation of color #A7312A: hue angle of 3.36º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A7312A is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 49 42 -
CMYK 0 0.71 0.75 0.35
HSL 3.36º 0.6% 0.41% -
HSV(B) 3.36º 0.75% 0.65% -
XYZ 17.45 10.58 3.31 -
YUV 83.48 104.59 187.57 -
System Red Green Blue C M Y K H S L
Decimal 167 49 42 0 0.71 0.75 0.35 3.36 0.6 0.41
Hex A7 31 2A 0 47 4B 23 3 3C 29
Octal 247 61 52 0 107 113 43 3 74 51
Binary 10100111 110001 101010 0 1000111 1001011 100011 11 111100 101001

Color Harmonies of #A7312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7312A

Black with #A7312A

Text Example


Text Example

White with #A7312A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7312A; }

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

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

background-color css

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

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

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

border-color css

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

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

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