#A32826

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

Shades of Brown #A32826

Tints of Brown #A32826

Color information

#A32826 (or 0xA32826) is unknown color: approx Brown. HEX triplet: A3, 28 and 26. RGB value is (163,40,38). Sum of RGB (Red+Green+Blue) = 163+40+38=241 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.63% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 163 - color contains mainly: red. Hex color #A32826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32826 is #5CD7D9. Grayscale: #4C4C4C. Windows color (decimal): -6084570 or 2500771. OLE color: 2500771.

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

Color convert

RGB1634038-
CMYK00.750.770.36
HSL0.96º62.19%39.41%-
HSV(B)0.96º76.69%63.92%-
XYZ16.219.442.8-
YUV76.55106.25189.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 67.63%
GREEN value IS 40 (16.02% from 255) = 16.60%
BLUE value IS 38 (15.23% from 255) = 15.77%
R=67.63%
G=16.60%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163403800.750.770.360.9662.1939.41
HexA3282604B4D2413e27
Octal243504601131154417647
Binary101000111010001001100100101110011011001001111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32826; }

 p { color: rgb(163,40,38); }

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

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

 a { background-color: rgb(163,40,38); }

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

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

 span { border-color: rgb(163,40,38); }

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