#A32C1E

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

Shades of Brown #A32C1E

Tints of Brown #A32C1E

Color information

#A32C1E (or 0xA32C1E) is unknown color: approx Brown. HEX triplet: A3, 2C and 1E. RGB value is (163,44,30). Sum of RGB (Red+Green+Blue) = 163+44+30=237 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.78% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 163 - color contains mainly: red. Hex color #A32C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32C1E is #5CD3E1. Grayscale: #4E4E4E. Windows color (decimal): -6083554 or 1977507. OLE color: 1977507.

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

Color convert

RGB1634430-
CMYK00.730.820.36
HSL6.32º68.91%37.84%-
HSV(B)6.32º81.6%63.92%-
XYZ16.249.682.24-
YUV77.98100.92188.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 68.78%
GREEN value IS 44 (17.58% from 255) = 18.57%
BLUE value IS 30 (12.11% from 255) = 12.66%
R=68.78%
G=18.57%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163443000.730.820.366.3268.9137.84
HexA32C1E049522464526
Octal2435436011112244610546
Binary10100011101100111100100100110100101001001101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32C1E; }

 p { color: rgb(163,44,30); }

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

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

 a { background-color: rgb(163,44,30); }

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

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

 span { border-color: rgb(163,44,30); }

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