Html Css Color HEX #A72A1F Brown

📋 copy color: '#A72A1F'

red 167 ◦ green 42 ◦ blue 31

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

Shades of Brown #A72A1F

Tints of Brown #A72A1F

RGB

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

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

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

R = 69.58%
G = 17.5%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A72A1F (or 0xA72A1F) is known color: Brown. HEX triplet: A7, 2A and 1F. RGB value is (167,42,31). Sum of RGB (Red+Green+Blue) = 167+42+31=240 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.58% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 167 - color contains mainly: red. Hex color #A72A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72A1F is #58D5E0. Grayscale: #4E4E4E. Windows color (decimal): -5821921 or 2042535. OLE color: 2042535.

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

Color convert

RGB 167 42 31 -
CMYK 0 0.75 0.81 0.35
HSL 4.85º 0.69% 0.39% -
HSV(B) 4.85º 0.81% 0.65% -
XYZ 17.01 9.97 2.32 -
YUV 78.12 101.41 191.39 -
System Red Green Blue C M Y K H S L
Decimal 167 42 31 0 0.75 0.81 0.35 4.85 0.69 0.39
Hex A7 2A 1F 0 4B 51 23 5 45 27
Octal 247 52 37 0 113 121 43 5 105 47
Binary 10100111 101010 11111 0 1001011 1010001 100011 101 1000101 100111

Color Harmonies of #A72A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72A1F

Black with #A72A1F

Text Example


Text Example

White with #A72A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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