#A32927

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

Shades of Brown #A32927

Tints of Brown #A32927

Color information

#A32927 (or 0xA32927) is unknown color: approx Brown. HEX triplet: A3, 29 and 27. RGB value is (163,41,39). Sum of RGB (Red+Green+Blue) = 163+41+39=243 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.08% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 39 (15.62% from 255 or 16.05% from 243); Max value from RGB is 163 - color contains mainly: red. Hex color #A32927 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32927 is #5CD6D8. Grayscale: #4D4D4D. Windows color (decimal): -6084313 or 2566563. OLE color: 2566563.

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

Color convert

RGB1634139-
CMYK00.750.760.36
HSL0.97º61.39%39.61%-
HSV(B)0.97º76.07%63.92%-
XYZ16.269.522.9-
YUV77.25106.42189.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 67.08%
GREEN value IS 41 (16.41% from 255) = 16.87%
BLUE value IS 39 (15.62% from 255) = 16.05%
R=67.08%
G=16.87%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163413900.750.760.360.9761.3939.61
HexA3292704B4C2413d28
Octal243514701131144417550
Binary101000111010011001110100101110011001001001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32927; }

 p { color: rgb(163,41,39); }

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

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

 a { background-color: rgb(163,41,39); }

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

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

 span { border-color: rgb(163,41,39); }

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