#A23323

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

Shades of Brown #A23323

Tints of Brown #A23323

Color information

#A23323 (or 0xA23323) is unknown color: approx Brown. HEX triplet: A2, 33 and 23. RGB value is (162,51,35). Sum of RGB (Red+Green+Blue) = 162+51+35=248 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.32% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 162 - color contains mainly: red. Hex color #A23323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23323 is #5DCCDC. Grayscale: #525252. Windows color (decimal): -6147293 or 2306978. OLE color: 2306978.

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

Color convert

RGB1625135-
CMYK00.690.780.36
HSL7.56º64.47%38.63%-
HSV(B)7.56º78.4%63.53%-
XYZ16.3910.172.69-
YUV82.36101.27184.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 65.32%
GREEN value IS 51 (20.31% from 255) = 20.56%
BLUE value IS 35 (14.06% from 255) = 14.11%
R=65.32%
G=20.56%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162513500.690.780.367.5664.4738.63
HexA233230454E2484027
Octal24263430105116441010047
Binary1010001011001110001101000101100111010010010001000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23323; }

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

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

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

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

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

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

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

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