Html Css Color HEX #A7301B Brown

📋 copy color: '#A7301B'

red 167 ◦ green 48 ◦ blue 27

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

Shades of Brown #A7301B

Tints of Brown #A7301B

RGB

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

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

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

R = 69.01%
G = 19.83%
B = 11.16%

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

#A7301B (or 0xA7301B) is known color: Brown. HEX triplet: A7, 30 and 1B. RGB value is (167,48,27). Sum of RGB (Red+Green+Blue) = 167+48+27=242 (32% of max value = 765). Red value is 167 (65.62% from 255 or 69.01% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 167 - color contains mainly: red. Hex color #A7301B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7301B is #58CFE4. Grayscale: #515151. Windows color (decimal): -5820389 or 1781927. OLE color: 1781927.

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

Color convert

RGB 167 48 27 -
CMYK 0 0.71 0.84 0.35
HSL 0.72% 0.38% -
HSV(B) 0.84% 0.65% -
XYZ 17.19 10.41 2.14 -
YUV 81.19 97.42 189.21 -
System Red Green Blue C M Y K H S L
Decimal 167 48 27 0 0.71 0.84 0.35 9 0.72 0.38
Hex A7 30 1B 0 47 54 23 9 48 26
Octal 247 60 33 0 107 124 43 11 110 46
Binary 10100111 110000 11011 0 1000111 1010100 100011 1001 1001000 100110

Color Harmonies of #A7301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7301B

Black with #A7301B

Text Example


Text Example

White with #A7301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7301B; }

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

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

background-color css

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

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

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

border-color css

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

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

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