Html Css Color HEX #A72920 Brown

📋 copy color: '#A72920'

red 167 ◦ green 41 ◦ blue 32

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

Shades of Brown #A72920

Tints of Brown #A72920

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.08%

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

R = 69.58%
G = 17.08%
B = 13.33%

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

#A72920 (or 0xA72920) is known color: Brown. HEX triplet: A7, 29 and 20. RGB value is (167,41,32). Sum of RGB (Red+Green+Blue) = 167+41+32=240 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.58% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 167 - color contains mainly: red. Hex color #A72920 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72920 is #58D6DF. Grayscale: #4D4D4D. Windows color (decimal): -5822176 or 2107815. OLE color: 2107815.

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

Color convert

RGB 167 41 32 -
CMYK 0 0.75 0.81 0.35
HSL 0.68% 0.39% -
HSV(B) 0.81% 0.65% -
XYZ 16.99 9.91 2.38 -
YUV 77.65 102.24 191.73 -
System Red Green Blue C M Y K H S L
Decimal 167 41 32 0 0.75 0.81 0.35 4 0.68 0.39
Hex A7 29 20 0 4B 51 23 4 44 27
Octal 247 51 40 0 113 121 43 4 104 47
Binary 10100111 101001 100000 0 1001011 1010001 100011 100 1000100 100111

Color Harmonies of #A72920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72920

Black with #A72920

Text Example


Text Example

White with #A72920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72920; }

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

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

background-color css

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

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

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

border-color css

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

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

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