Html Css Color HEX #A7301C Brown

📋 copy color: '#A7301C'

red 167 ◦ green 48 ◦ blue 28

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

Shades of Brown #A7301C

Tints of Brown #A7301C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.52%

R = 68.72%
G = 19.75%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A7301C (or 0xA7301C) is known color: Brown. HEX triplet: A7, 30 and 1C. RGB value is (167,48,28). Sum of RGB (Red+Green+Blue) = 167+48+28=243 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.72% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 167 - color contains mainly: red. Hex color #A7301C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7301C is #58CFE3. Grayscale: #515151. Windows color (decimal): -5820388 or 1847463. OLE color: 1847463.

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

Color convert

RGB 167 48 28 -
CMYK 0 0.71 0.83 0.35
HSL 8.63º 0.71% 0.38% -
HSV(B) 8.63º 0.83% 0.65% -
XYZ 17.2 10.41 2.2 -
YUV 81.3 97.92 189.13 -
System Red Green Blue C M Y K H S L
Decimal 167 48 28 0 0.71 0.83 0.35 8.63 0.71 0.38
Hex A7 30 1C 0 47 53 23 9 47 26
Octal 247 60 34 0 107 123 43 11 107 46
Binary 10100111 110000 11100 0 1000111 1010011 100011 1001 1000111 100110

Color Harmonies of #A7301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7301C

Black with #A7301C

Text Example


Text Example

White with #A7301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7301C; }

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

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

background-color css

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

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

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

border-color css

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

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

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