Html Css Color HEX #A72D19 Brown

📋 copy color: '#A72D19'

red 167 ◦ green 45 ◦ blue 25

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

Shades of Brown #A72D19

Tints of Brown #A72D19

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.99%

 BLUE value IS 25 (10.16% from 255) = 10.55%

R = 70.46%
G = 18.99%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A72D19 (or 0xA72D19) is known color: Brown. HEX triplet: A7, 2D and 19. RGB value is (167,45,25). Sum of RGB (Red+Green+Blue) = 167+45+25=237 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.46% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 167 - color contains mainly: red. Hex color #A72D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72D19 is #58D2E6. Grayscale: #4F4F4F. Windows color (decimal): -5821159 or 1650087. OLE color: 1650087.

HSL color Cylindrical-coordinate representation of color #A72D19: hue angle of 8.45º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A72D19 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 45 25 -
CMYK 0 0.73 0.85 0.35
HSL 8.45º 0.74% 0.38% -
HSV(B) 8.45º 0.85% 0.65% -
XYZ 17.05 10.16 1.98 -
YUV 79.2 97.42 190.63 -
System Red Green Blue C M Y K H S L
Decimal 167 45 25 0 0.73 0.85 0.35 8.45 0.74 0.38
Hex A7 2D 19 0 49 55 23 8 4A 26
Octal 247 55 31 0 111 125 43 10 112 46
Binary 10100111 101101 11001 0 1001001 1010101 100011 1000 1001010 100110

Color Harmonies of #A72D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72D19

Black with #A72D19

Text Example


Text Example

White with #A72D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72D19; }

 p { color: rgb(167,45,25); }

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

background-color css

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

 a { background-color: rgb(167,45,25); }

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

border-color css

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

 span { border-color: rgb(167,45,25); }

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