Html Css Color HEX #A72520 Brown

📋 copy color: '#A72520'

red 167 ◦ green 37 ◦ blue 32

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

Shades of Brown #A72520

Tints of Brown #A72520

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.68%

 BLUE value IS 32 (12.89% from 255) = 13.56%

R = 70.76%
G = 15.68%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A72520 (or 0xA72520) is known color: Brown. HEX triplet: A7, 25 and 20. RGB value is (167,37,32). Sum of RGB (Red+Green+Blue) = 167+37+32=236 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.76% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 167 - color contains mainly: red. Hex color #A72520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72520 is #58DADF. Grayscale: #4B4B4B. Windows color (decimal): -5823200 or 2106791. OLE color: 2106791.

HSL color Cylindrical-coordinate representation of color #A72520: hue angle of 2.22º degrees, saturation: 0.68, 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 #A72520 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 37 32 -
CMYK 0 0.78 0.81 0.35
HSL 2.22º 0.68% 0.39% -
HSV(B) 2.22º 0.81% 0.65% -
XYZ 16.86 9.64 2.34 -
YUV 75.3 103.57 193.41 -
System Red Green Blue C M Y K H S L
Decimal 167 37 32 0 0.78 0.81 0.35 2.22 0.68 0.39
Hex A7 25 20 0 4E 51 23 2 44 27
Octal 247 45 40 0 116 121 43 2 104 47
Binary 10100111 100101 100000 0 1001110 1010001 100011 10 1000100 100111

Color Harmonies of #A72520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72520

Black with #A72520

Text Example


Text Example

White with #A72520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72520; }

 p { color: rgb(167,37,32); }

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

background-color css

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

 a { background-color: rgb(167,37,32); }

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

border-color css

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

 span { border-color: rgb(167,37,32); }

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