#A33323

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

Shades of Brown #A33323

Tints of Brown #A33323

Color information

#A33323 (or 0xA33323) is unknown color: approx Brown. HEX triplet: A3, 33 and 23. RGB value is (163,51,35). Sum of RGB (Red+Green+Blue) = 163+51+35=249 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.46% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 163 - color contains mainly: red. Hex color #A33323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33323 is #5CCCDC. Grayscale: #525252. Windows color (decimal): -6081757 or 2306979. OLE color: 2306979.

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

Color convert

RGB1635135-
CMYK00.690.790.36
HSL7.5º64.65%38.82%-
HSV(B)7.5º78.53%63.92%-
XYZ16.5910.282.7-
YUV82.66101.11185.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 65.46%
GREEN value IS 51 (20.31% from 255) = 20.48%
BLUE value IS 35 (14.06% from 255) = 14.06%
R=65.46%
G=20.48%
B=14.06%

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
Decimal163513500.690.790.367.564.6538.82
HexA333230454F2484127
Octal24363430105117441010147
Binary1010001111001110001101000101100111110010010001000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33323; }

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

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

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

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

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

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

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

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