#A33127

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

Shades of Brown #A33127

Tints of Brown #A33127

Color information

#A33127 (or 0xA33127) is unknown color: approx Brown. HEX triplet: A3, 31 and 27. RGB value is (163,49,39). Sum of RGB (Red+Green+Blue) = 163+49+39=251 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.94% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 163 - color contains mainly: red. Hex color #A33127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33127 is #5CCED8. Grayscale: #525252. Windows color (decimal): -6082265 or 2568611. OLE color: 2568611.

HSL color Cylindrical-coordinate representation of color #A33127: hue angle of 4.84º 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 #A33127 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB1634939-
CMYK00.700.760.36
HSL4.84º61.39%39.61%-
HSV(B)4.84º76.07%63.92%-
XYZ16.5710.133-
YUV81.95103.77185.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 64.94%
GREEN value IS 49 (19.53% from 255) = 19.52%
BLUE value IS 39 (15.62% from 255) = 15.54%
R=64.94%
G=19.52%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163493900.700.760.364.8461.3939.61
HexA331270464C2453d28
Octal243614701061144457550
Binary10100011110001100111010001101001100100100101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33127; }

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

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

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

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

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

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

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

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