Html Css Color HEX #A73029 Brown

📋 copy color: '#A73029'

red 167 ◦ green 48 ◦ blue 41

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

Shades of Brown #A73029

Tints of Brown #A73029

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.75%

 BLUE value IS 41 (16.41% from 255) = 16.02%

R = 65.23%
G = 18.75%
B = 16.02%

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

#A73029 (or 0xA73029) is known color: Brown. HEX triplet: A7, 30 and 29. RGB value is (167,48,41). Sum of RGB (Red+Green+Blue) = 167+48+41=256 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.23% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 167 - color contains mainly: red. Hex color #A73029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73029 is #58CFD6. Grayscale: #525252. Windows color (decimal): -5820375 or 2699431. OLE color: 2699431.

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

Color convert

RGB 167 48 41 -
CMYK 0 0.71 0.75 0.35
HSL 3.33º 0.61% 0.41% -
HSV(B) 3.33º 0.75% 0.65% -
XYZ 17.39 10.49 3.21 -
YUV 82.78 104.42 188.07 -
System Red Green Blue C M Y K H S L
Decimal 167 48 41 0 0.71 0.75 0.35 3.33 0.61 0.41
Hex A7 30 29 0 47 4B 23 3 3D 29
Octal 247 60 51 0 107 113 43 3 75 51
Binary 10100111 110000 101001 0 1000111 1001011 100011 11 111101 101001

Color Harmonies of #A73029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73029

Black with #A73029

Text Example


Text Example

White with #A73029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73029; }

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

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

background-color css

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

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

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

border-color css

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

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

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