#a4321a

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

Shades of Brown #A4321A

Tints of Brown #A4321A

Color information

#A4321A (or 0xA4321A) is unknown color: approx Brown. HEX triplet: A4, 32 and 1A. RGB value is (164,50,26). Sum of RGB (Red+Green+Blue) = 164+50+26=240 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.33% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 164 - color contains mainly: red. Hex color #A4321A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4321A is #5BCDE5. Grayscale: #515151. Windows color (decimal): -6016486 or 1716900. OLE color: 1716900.

HSL color Cylindrical-coordinate representation of color #A4321A: hue angle of 10.43º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A4321A is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB1645026-
CMYK00.700.840.36
HSL10.43º72.63%37.25%-
HSV(B)10.43º84.15%64.31%-
XYZ16.6410.252.08-
YUV81.3596.77186.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 68.33%
GREEN value IS 50 (19.92% from 255) = 20.83%
BLUE value IS 26 (10.55% from 255) = 10.83%
R=68.33%
G=20.83%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164502600.700.840.3610.4372.6337.25
HexA4321A0465424a4925
Octal24462320106124441211145
Binary101001001100101101001000110101010010010010101001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4321a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4321a; }

 p { color: rgb(164,50,26); }

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

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

 a { background-color: rgb(164,50,26); }

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

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

 span { border-color: rgb(164,50,26); }

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