Html Css Color HEX #A73227 Brown

📋 copy color: '#A73227'

red 167 ◦ green 50 ◦ blue 39

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

Shades of Brown #A73227

Tints of Brown #A73227

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.53%

 BLUE value IS 39 (15.63% from 255) = 15.23%

R = 65.23%
G = 19.53%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A73227 (or 0xA73227) is known color: Brown. HEX triplet: A7, 32 and 27. RGB value is (167,50,39). Sum of RGB (Red+Green+Blue) = 167+50+39=256 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.23% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 167 - color contains mainly: red. Hex color #A73227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73227 is #58CDD8. Grayscale: #535353. Windows color (decimal): -5819865 or 2568871. OLE color: 2568871.

HSL color Cylindrical-coordinate representation of color #A73227: hue angle of 5.16º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A73227 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 50 39 -
CMYK 0 0.70 0.77 0.35
HSL 5.16º 0.62% 0.4% -
HSV(B) 5.16º 0.77% 0.65% -
XYZ 17.44 10.64 3.05 -
YUV 83.73 102.76 187.39 -
System Red Green Blue C M Y K H S L
Decimal 167 50 39 0 0.70 0.77 0.35 5.16 0.62 0.4
Hex A7 32 27 0 46 4D 23 5 3E 28
Octal 247 62 47 0 106 115 43 5 76 50
Binary 10100111 110010 100111 0 1000110 1001101 100011 101 111110 101000

Color Harmonies of #A73227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73227

Black with #A73227

Text Example


Text Example

White with #A73227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73227; }

 p { color: rgb(167,50,39); }

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

background-color css

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

 a { background-color: rgb(167,50,39); }

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

border-color css

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

 span { border-color: rgb(167,50,39); }

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