#A4341B

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

Shades of Brown #A4341B

Tints of Brown #A4341B

Color information

#A4341B (or 0xA4341B) is unknown color: approx Brown. HEX triplet: A4, 34 and 1B. RGB value is (164,52,27). Sum of RGB (Red+Green+Blue) = 164+52+27=243 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.49% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 164 - color contains mainly: red. Hex color #A4341B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4341B is #5BCBE4. Grayscale: #525252. Windows color (decimal): -6015973 or 1782948. OLE color: 1782948.

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

Color convert

RGB1645227-
CMYK00.680.840.36
HSL10.95º71.73%37.45%-
HSV(B)10.95º83.54%64.31%-
XYZ16.7410.432.17-
YUV82.6496.61186.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 67.49%
GREEN value IS 52 (20.70% from 255) = 21.40%
BLUE value IS 27 (10.94% from 255) = 11.11%
R=67.49%
G=21.40%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164522700.680.840.3610.9571.7337.45
HexA4341B0445424b4825
Octal24464330104124441311045
Binary101001001101001101101000100101010010010010111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4341B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4341B; }

 p { color: rgb(164,52,27); }

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

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

 a { background-color: rgb(164,52,27); }

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

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

 span { border-color: rgb(164,52,27); }

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