Html Css Color HEX #A7321C Brown

📋 copy color: '#A7321C'

red 167 ◦ green 50 ◦ blue 28

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

Shades of Brown #A7321C

Tints of Brown #A7321C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.41%

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

R = 68.16%
G = 20.41%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A7321C (or 0xA7321C) is known color: Brown. HEX triplet: A7, 32 and 1C. RGB value is (167,50,28). Sum of RGB (Red+Green+Blue) = 167+50+28=245 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.16% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 167 - color contains mainly: red. Hex color #A7321C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7321C is #58CDE3. Grayscale: #525252. Windows color (decimal): -5819876 or 1847975. OLE color: 1847975.

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

Color convert

RGB 167 50 28 -
CMYK 0 0.70 0.83 0.35
HSL 9.5º 0.71% 0.38% -
HSV(B) 9.5º 0.83% 0.65% -
XYZ 17.29 10.58 2.23 -
YUV 82.48 97.26 188.29 -
System Red Green Blue C M Y K H S L
Decimal 167 50 28 0 0.70 0.83 0.35 9.5 0.71 0.38
Hex A7 32 1C 0 46 53 23 9 47 26
Octal 247 62 34 0 106 123 43 11 107 46
Binary 10100111 110010 11100 0 1000110 1010011 100011 1001 1000111 100110

Color Harmonies of #A7321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7321C

Black with #A7321C

Text Example


Text Example

White with #A7321C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7321C; }

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

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

background-color css

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

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

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

border-color css

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

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

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