Html Css Color HEX #A73126 Brown

📋 copy color: '#A73126'

red 167 ◦ green 49 ◦ blue 38

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

Shades of Brown #A73126

Tints of Brown #A73126

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.29%

 BLUE value IS 38 (15.23% from 255) = 14.96%

R = 65.75%
G = 19.29%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A73126 (or 0xA73126) is known color: Brown. HEX triplet: A7, 31 and 26. RGB value is (167,49,38). Sum of RGB (Red+Green+Blue) = 167+49+38=254 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.75% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 167 - color contains mainly: red. Hex color #A73126 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73126 is #58CED9. Grayscale: #535353. Windows color (decimal): -5820122 or 2503079. OLE color: 2503079.

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

Color convert

RGB 167 49 38 -
CMYK 0 0.71 0.77 0.35
HSL 5.12º 0.63% 0.4% -
HSV(B) 5.12º 0.77% 0.65% -
XYZ 17.38 10.55 2.95 -
YUV 83.03 102.59 187.89 -
System Red Green Blue C M Y K H S L
Decimal 167 49 38 0 0.71 0.77 0.35 5.12 0.63 0.4
Hex A7 31 26 0 47 4D 23 5 3F 28
Octal 247 61 46 0 107 115 43 5 77 50
Binary 10100111 110001 100110 0 1000111 1001101 100011 101 111111 101000

Color Harmonies of #A73126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73126

Black with #A73126

Text Example


Text Example

White with #A73126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73126; }

 p { color: rgb(167,49,38); }

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

background-color css

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

 a { background-color: rgb(167,49,38); }

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

border-color css

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

 span { border-color: rgb(167,49,38); }

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