#A4271C

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

Shades of Brown #A4271C

Tints of Brown #A4271C

Color information

#A4271C (or 0xA4271C) is unknown color: approx Brown. HEX triplet: A4, 27 and 1C. RGB value is (164,39,28). Sum of RGB (Red+Green+Blue) = 164+39+28=231 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.00% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 164 - color contains mainly: red. Hex color #A4271C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4271C is #5BD8E3. Grayscale: #4B4B4B. Windows color (decimal): -6019300 or 1845156. OLE color: 1845156.

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

Color convert

RGB1643928-
CMYK00.760.830.36
HSL4.85º70.83%37.65%-
HSV(B)4.85º82.93%64.31%-
XYZ16.249.432.06-
YUV75.12101.41191.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 71.00%
GREEN value IS 39 (15.62% from 255) = 16.88%
BLUE value IS 28 (11.33% from 255) = 12.12%
R=71.00%
G=16.88%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164392800.760.830.364.8570.8337.65
HexA4271C04C532454726
Octal2444734011412344510746
Binary10100100100111111000100110010100111001001011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4271C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4271C; }

 p { color: rgb(164,39,28); }

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

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

 a { background-color: rgb(164,39,28); }

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

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

 span { border-color: rgb(164,39,28); }

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