#A32B1B

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

Shades of Brown #A32B1B

Tints of Brown #A32B1B

Color information

#A32B1B (or 0xA32B1B) is unknown color: approx Brown. HEX triplet: A3, 2B and 1B. RGB value is (163,43,27). Sum of RGB (Red+Green+Blue) = 163+43+27=233 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.96% from 233); Green value is 43 (17.19% from 255 or 18.45% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 163 - color contains mainly: red. Hex color #A32B1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32B1B is #5CD4E4. Grayscale: #4D4D4D. Windows color (decimal): -6083813 or 1780643. OLE color: 1780643.

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

Color convert

RGB1634327-
CMYK00.740.830.36
HSL7.06º71.58%37.25%-
HSV(B)7.06º83.44%63.92%-
XYZ16.179.592.04-
YUV77.0699.76189.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 69.96%
GREEN value IS 43 (17.19% from 255) = 18.45%
BLUE value IS 27 (10.94% from 255) = 11.59%
R=69.96%
G=18.45%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163432700.740.830.367.0671.5837.25
HexA32B1B04A532474825
Octal2435333011212344711045
Binary10100011101011110110100101010100111001001111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32B1B; }

 p { color: rgb(163,43,27); }

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

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

 a { background-color: rgb(163,43,27); }

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

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

 span { border-color: rgb(163,43,27); }

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