#A33016

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

Shades of Brown #A33016

Tints of Brown #A33016

Color information

#A33016 (or 0xA33016) is unknown color: approx Brown. HEX triplet: A3, 30 and 16. RGB value is (163,48,22). Sum of RGB (Red+Green+Blue) = 163+48+22=233 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.96% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 163 - color contains mainly: red. Hex color #A33016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33016 is #5CCFE9. Grayscale: #4F4F4F. Windows color (decimal): -6082538 or 1454243. OLE color: 1454243.

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

Color convert

RGB1634822-
CMYK00.710.870.36
HSL11.06º76.22%36.27%-
HSV(B)11.06º86.5%63.92%-
XYZ16.319.961.82-
YUV79.4295.6187.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 69.96%
GREEN value IS 48 (19.14% from 255) = 20.60%
BLUE value IS 22 (8.98% from 255) = 9.44%
R=69.96%
G=20.60%
B=9.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163482200.710.870.3611.0676.2236.27
HexA330160475724b4c24
Octal24360260107127441311444
Binary101000111100001011001000111101011110010010111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33016; }

 p { color: rgb(163,48,22); }

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

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

 a { background-color: rgb(163,48,22); }

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

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

 span { border-color: rgb(163,48,22); }

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