Html Css Color HEX #A7301F Brown

📋 copy color: '#A7301F'

red 167 ◦ green 48 ◦ blue 31

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

Shades of Brown #A7301F

Tints of Brown #A7301F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.6%

R = 67.89%
G = 19.51%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A7301F (or 0xA7301F) is known color: Brown. HEX triplet: A7, 30 and 1F. RGB value is (167,48,31). Sum of RGB (Red+Green+Blue) = 167+48+31=246 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.89% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 167 - color contains mainly: red. Hex color #A7301F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7301F is #58CFE0. Grayscale: #515151. Windows color (decimal): -5820385 or 2044071. OLE color: 2044071.

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

Color convert

RGB 167 48 31 -
CMYK 0 0.71 0.81 0.35
HSL 7.5º 0.69% 0.39% -
HSV(B) 7.5º 0.81% 0.65% -
XYZ 17.24 10.43 2.4 -
YUV 81.64 99.42 188.88 -
System Red Green Blue C M Y K H S L
Decimal 167 48 31 0 0.71 0.81 0.35 7.5 0.69 0.39
Hex A7 30 1F 0 47 51 23 8 45 27
Octal 247 60 37 0 107 121 43 10 105 47
Binary 10100111 110000 11111 0 1000111 1010001 100011 1000 1000101 100111

Color Harmonies of #A7301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7301F

Black with #A7301F

Text Example


Text Example

White with #A7301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7301F; }

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

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

background-color css

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

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

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

border-color css

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

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

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