#A7351B

Color #A7351B Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown #A7351B

Tints of Brown #A7351B

Color information

#A7351B (or 0xA7351B) is unknown color: approx Brown. HEX triplet: A7, 35 and 1B. RGB value is (167,53,27). Sum of RGB (Red+Green+Blue) = 167+53+27=247 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.61% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 167 - color contains mainly: red. Hex color #A7351B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7351B is #58CAE4. Grayscale: #545454. Windows color (decimal): -5819109 or 1783207. OLE color: 1783207.

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

Color convert

RGB1675327-
CMYK00.680.840.35
HSL11.14º72.16%38.04%-
HSV(B)11.14º83.83%65.49%-
XYZ17.4110.842.21-
YUV84.1295.77187.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 67.61%
GREEN value IS 53 (21.09% from 255) = 21.46%
BLUE value IS 27 (10.94% from 255) = 10.93%
R=67.61%
G=21.46%
B=10.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167532700.680.840.3511.1472.1638.04
HexA7351B0445423b4826
Octal24765330104124431311046
Binary101001111101011101101000100101010010001110111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7351B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7351B; }

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

 H1.HeaderClassName
 {
   color: #A7351B;
 }
 .AnyTagClassName
 {
   color: #A7351B;
 }
</style>
background-color css

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

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

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

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

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

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