#A33223

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

Shades of Brown #A33223

Tints of Brown #A33223

Color information

#A33223 (or 0xA33223) is unknown color: approx Brown. HEX triplet: A3, 32 and 23. RGB value is (163,50,35). Sum of RGB (Red+Green+Blue) = 163+50+35=248 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.73% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 163 - color contains mainly: red. Hex color #A33223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33223 is #5CCDDC. Grayscale: #525252. Windows color (decimal): -6082013 or 2306723. OLE color: 2306723.

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

Color convert

RGB1635035-
CMYK00.690.790.36
HSL7.03º64.65%38.82%-
HSV(B)7.03º78.53%63.92%-
XYZ16.5510.192.68-
YUV82.08101.44185.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 65.73%
GREEN value IS 50 (19.92% from 255) = 20.16%
BLUE value IS 35 (14.06% from 255) = 14.11%
R=65.73%
G=20.16%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163503500.690.790.367.0364.6538.82
HexA332230454F2474127
Octal2436243010511744710147
Binary101000111100101000110100010110011111001001111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33223; }

 p { color: rgb(163,50,35); }

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

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

 a { background-color: rgb(163,50,35); }

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

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

 span { border-color: rgb(163,50,35); }

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