Html Css Color HEX #A7311B Brown

📋 copy color: '#A7311B'

red 167 ◦ green 49 ◦ blue 27

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

Shades of Brown #A7311B

Tints of Brown #A7311B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.11%

R = 68.72%
G = 20.16%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A7311B (or 0xA7311B) is known color: Brown. HEX triplet: A7, 31 and 1B. RGB value is (167,49,27). Sum of RGB (Red+Green+Blue) = 167+49+27=243 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.72% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 167 - color contains mainly: red. Hex color #A7311B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7311B is #58CEE4. Grayscale: #515151. Windows color (decimal): -5820133 or 1782183. OLE color: 1782183.

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

Color convert

RGB 167 49 27 -
CMYK 0 0.71 0.84 0.35
HSL 9.43º 0.72% 0.38% -
HSV(B) 9.43º 0.84% 0.65% -
XYZ 17.23 10.49 2.15 -
YUV 81.77 97.09 188.79 -
System Red Green Blue C M Y K H S L
Decimal 167 49 27 0 0.71 0.84 0.35 9.43 0.72 0.38
Hex A7 31 1B 0 47 54 23 9 48 26
Octal 247 61 33 0 107 124 43 11 110 46
Binary 10100111 110001 11011 0 1000111 1010100 100011 1001 1001000 100110

Color Harmonies of #A7311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7311B

Black with #A7311B

Text Example


Text Example

White with #A7311B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7311B; }

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

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

background-color css

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

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

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

border-color css

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

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

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