Html Css Color HEX #A7291E Brown

📋 copy color: '#A7291E'

red 167 ◦ green 41 ◦ blue 30

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

Shades of Brown #A7291E

Tints of Brown #A7291E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.61%

R = 70.17%
G = 17.23%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A7291E (or 0xA7291E) is known color: Brown. HEX triplet: A7, 29 and 1E. RGB value is (167,41,30). Sum of RGB (Red+Green+Blue) = 167+41+30=238 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.17% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 167 - color contains mainly: red. Hex color #A7291E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7291E is #58D6E1. Grayscale: #4D4D4D. Windows color (decimal): -5822178 or 1976743. OLE color: 1976743.

HSL color Cylindrical-coordinate representation of color #A7291E: hue angle of 4.82º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A7291E is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 41 30 -
CMYK 0 0.75 0.82 0.35
HSL 4.82º 0.7% 0.39% -
HSV(B) 4.82º 0.82% 0.65% -
XYZ 16.96 9.9 2.24 -
YUV 77.42 101.24 191.89 -
System Red Green Blue C M Y K H S L
Decimal 167 41 30 0 0.75 0.82 0.35 4.82 0.7 0.39
Hex A7 29 1E 0 4B 52 23 5 46 27
Octal 247 51 36 0 113 122 43 5 106 47
Binary 10100111 101001 11110 0 1001011 1010010 100011 101 1000110 100111

Color Harmonies of #A7291E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7291E

Black with #A7291E

Text Example


Text Example

White with #A7291E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7291E; }

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

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

background-color css

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

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

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

border-color css

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

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

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